From fd63aaa8e5c8b67c1ef96481de1144a3bac80867 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Tue, 3 May 2022 09:51:54 +0300 Subject: [PATCH] Drop not used & deprecated ImageMakerURL from the config --- config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config.go b/config.go index b2631f9..febbe82 100644 --- a/config.go +++ b/config.go @@ -11,7 +11,6 @@ type ResinConfig struct { KeenReadKey string `json:"keenReadKey"` DeviceURLBase string `json:"deviceUrlsBase"` GitServerURL string `json:"gitServerUrl"` - ImageMakerURL string `json:"imgMakerUrl"` AdminURL string `json:"adminUrl"` DebugEnabled bool `json:"debugEnabled"` PubNub struct {