增加置顶集群功能

This commit is contained in:
刘祥超
2022-03-17 11:12:24 +08:00
parent 485581f680
commit 039b11d434
8 changed files with 98 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ func init() {
Prefix("/clusters").
Get("", new(IndexAction)).
GetPost("/create", new(CreateAction)).
Post("/pin", new(PinAction)).
// 只要登录即可访问的Action
EndHelpers().