mirror of
https://github.com/TeamPiped/instances-api.git
synced 2024-08-14 23:57:19 +00:00
fix image proxy URL in config
This commit is contained in:
parent
bacc784f59
commit
885d056611
1 changed files with 1 additions and 1 deletions
2
main.go
2
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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue