Merge pull request #47 from TeamPiped/fix-image-proxy-url

fix image proxy URL in config
This commit is contained in:
Bnyro 2023-08-15 20:13:42 +02:00 committed by GitHub
commit 2a6108365a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"`
}