fix image proxy URL in config

This commit is contained in:
Bnyro
2023-08-15 20:13:26 +02:00
committed by GitHub
parent bacc784f59
commit 885d056611
+1 -1
View File
@@ -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"`
}