feat: load player's report
This commit is contained in:
@@ -10,6 +10,6 @@ func SetupRouter() *gin.Engine {
|
||||
return SetupRouterConfig(nil)
|
||||
}
|
||||
|
||||
func SetupRouterConfig(config controller.Config) *gin.Engine {
|
||||
return setupRouter(config, func(controller.Config, rest.Command) error { return nil })
|
||||
func SetupRouterConfig(config controller.Configurer) *gin.Engine {
|
||||
return setupRouter(config, func(controller.Configurer, rest.Command) error { return nil })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user