feat: add url prefix path

This commit is contained in:
engigu
2026-01-13 18:18:50 +08:00
parent b07e742550
commit ff6faa229c
15 changed files with 275 additions and 53 deletions
+3
View File
@@ -1,6 +1,9 @@
[server]
port = 8052
host = 0.0.0.0
# URL前缀,例如 /baihu,留空则无前缀
# 配置后:前端路径为 /baihu/*,后端API路径为 /baihu/api/v1/*
url_prefix =
[database]
type = sqlite