阶段性提交

This commit is contained in:
刘祥超
2020-07-29 19:34:54 +08:00
parent e111522366
commit bc0d5094a3
56 changed files with 5799 additions and 959 deletions

View File

@@ -12,6 +12,7 @@ func init() {
Helper(NewHelper()).
Prefix("/servers").
Get("", new(IndexAction)).
GetPost("/create", new(CreateAction)).
EndAll()
})
}