实现在服务中使用分组

This commit is contained in:
刘祥超
2020-10-29 21:37:48 +08:00
parent f711a52288
commit 33b7030a4c
13 changed files with 169 additions and 59 deletions

View File

@@ -16,7 +16,6 @@ func init() {
Get("", new(IndexAction)).
GetPost("/createPopup", new(CreatePopupAction)).
GetPost("/updatePopup", new(UpdatePopupAction)).
Post("/options", new(OptionsAction)).
GetPost("/selectPopup", new(SelectPopupAction)).
Post("/delete", new(DeleteAction)).
Post("/sort", new(SortAction)).