1
0
Fork 0
mirror of https://codeberg.org/Codeberg/pages-server.git synced 2025-08-11 01:39:23 +00:00

Run gofumpt

This commit is contained in:
Ivan Davydov 2024-08-14 17:48:08 +03:00
commit 9c7e513623

View file

@ -18,7 +18,7 @@ type ServerConfig struct {
PagesBranches []string
AllowedCorsDomains []string
BlacklistedPaths []string
HttpOnlyMode bool `default:"false"`
HttpOnlyMode bool `default:"false"`
}
type ForgeConfig struct {