fs storage
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"galaxy/game/internal/router/handler"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func SetupRouter(e handler.CommandExecutor) *gin.Engine {
|
||||
gin.SetMode(gin.TestMode)
|
||||
return setupRouter(e)
|
||||
}
|
||||
Reference in New Issue
Block a user