base URL param for config

This commit is contained in:
2026-04-09 16:45:02 -04:00
parent 37c6978d1b
commit cde41b82b2
2 changed files with 4 additions and 2 deletions

View File

@@ -22,7 +22,8 @@ type StyleConfig struct {
}
type WebserverConfig struct {
Port int `json:"port"`
Port int `json:"port"`
BaseURL string `json:"base_url"`
}
type ServerConfig struct {