feat: add url prefix path
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
[server]
|
||||
port = 8052
|
||||
host = 0.0.0.0
|
||||
# URL前缀,例如 /baihu,留空则无前缀
|
||||
# 配置后:前端路径为 /baihu/*,后端API路径为 /baihu/api/v1/*
|
||||
url_prefix =
|
||||
|
||||
[database]
|
||||
type = sqlite
|
||||
|
||||
Reference in New Issue
Block a user