From 885d05661114e300977627ad8b869ef53277e9cc Mon Sep 17 00:00:00 2001 From: Bnyro <82752168+Bnyro@users.noreply.github.com> Date: Tue, 15 Aug 2023 20:13:26 +0200 Subject: [PATCH] fix image proxy URL in config --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b4ed60b..ca9763d 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,7 @@ type Instance struct { type FrontendConfig struct { S3Enabled bool `json:"s3Enabled"` - ImageProxyUrl string `json:"imageProxy"` + ImageProxyUrl string `json:"imageProxyUrl"` RegistrationDisabled bool `json:"registrationDisabled"` }