Commit 6e4ac79148b8144cabcf581c2a68af21f1fc11bc

Authored by 王家文
1 parent 833152ab
Exists in master and in 1 other branch dev-wjw

feat✨:排行榜功能

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
routers/router.go
... ... @@ -20,7 +20,7 @@ func init() {
20 20  
21 21 // 调试
22 22 // 关闭缓存/打开缓存
23   - beego.Router(prefix+"/admin/cacheset", &controllers.AdminController{}, "post:CacheSet")
  23 + beego.Router(prefix+"/conf/cacheset", &controllers.AdminController{}, "post:CacheSet")
24 24  
25 25 // 卡包卡牌活动
26 26 // 活动配置
... ...