chore: add base path setting

This commit is contained in:
Noah Hsu
2022-07-02 16:43:07 +08:00
parent fb23758d12
commit 9ba7cf0835
3 changed files with 5 additions and 3 deletions

View File

@ -10,7 +10,8 @@ const (
const (
VERSION = "version"
BaseUrl = "base_url"
ApiUrl = "api_url"
BasePath = "base_path"
SiteTitle = "site_title"
SiteLogo = "site_logo"
Favicon = "favicon"