可以在线修改数据库配置

This commit is contained in:
GoEdgeLab
2020-10-11 16:20:55 +08:00
parent b36499330f
commit fe432e9a8f
8 changed files with 303 additions and 3 deletions

View File

@@ -13,6 +13,7 @@ func init() {
Helper(settingutils.NewHelper("database")).
Prefix("/settings/database").
Get("", new(IndexAction)).
GetPost("/update", new(UpdateAction)).
EndAll()
})
}