mirror of
https://github.com/TeamPiped/instances-api.git
synced 2024-08-14 23:57:19 +00:00
Merge pull request #47 from TeamPiped/fix-image-proxy-url
fix image proxy URL in config
This commit is contained in:
commit
2a6108365a
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 {
|
type FrontendConfig struct {
|
||||||
S3Enabled bool `json:"s3Enabled"`
|
S3Enabled bool `json:"s3Enabled"`
|
||||||
ImageProxyUrl string `json:"imageProxy"`
|
ImageProxyUrl string `json:"imageProxyUrl"`
|
||||||
RegistrationDisabled bool `json:"registrationDisabled"`
|
RegistrationDisabled bool `json:"registrationDisabled"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue