优化访问控制,将“认证”两字改为“鉴权”

This commit is contained in:
刘祥超
2022-08-30 11:22:54 +08:00
parent 6df6809ab3
commit 316e793b1e
22 changed files with 756 additions and 77 deletions

View File

@@ -16,6 +16,7 @@ func init() {
GetPost("", new(IndexAction)).
GetPost("/createPopup", new(CreatePopupAction)).
GetPost("/updatePopup", new(UpdatePopupAction)).
Post("/random", new(RandomAction)).
EndAll()
})
}