feat: add url prefix

This commit is contained in:
engigu
2026-01-15 20:05:00 +08:00
parent 18ad967df3
commit 4b15146cdb
10 changed files with 240 additions and 17 deletions
+1
View File
@@ -25,6 +25,7 @@ type Server struct {
WriteTimeout time.Duration
EmbedHtml string
UrlPrefix string
}
var ServerSetting = &Server{}