1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-20 21:34:27 +08:00
parent aeeac8b2ed
commit 922f7c3622
17 changed files with 138 additions and 38 deletions

View File

@@ -14,7 +14,7 @@ func init() {
// 注册路由
cool.RegisterController(&ColorController{
&cool.Controller{
Prefix: "/admin/game/shiny",
Prefix: "/admin/config/shiny",
Api: []string{"Add", "Delete", "Update", "Info", "List", "Page"},
Service: service.NewShinyService(),
},