阶段性提交

This commit is contained in:
刘祥超
2021-06-17 21:17:43 +08:00
parent 5082561dc9
commit 77ad860d35
10 changed files with 181 additions and 4 deletions

View File

@@ -14,6 +14,8 @@ func init() {
Helper(serverutils.NewServerHelper()).
Prefix("/servers/server/settings/access").
Get("", new(IndexAction)).
GetPost("/createPopup", new(CreatePopupAction)).
GetPost("/updatePopup", new(UpdatePopupAction)).
EndAll()
})
}