This commit is contained in:
@@ -15,7 +15,7 @@ type PlayerController struct {
|
||||
func init() {
|
||||
var task_info_controller = &PlayerController{
|
||||
&cool.Controller{
|
||||
Prefix: "/admin/sun/player",
|
||||
Prefix: "/admin/game/player",
|
||||
Api: []string{"Add", "Delete", "Update", "Info", "List", "Page"},
|
||||
Service: service.NewInfoService(0),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user