feat: http router, command api
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package router
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/iliadenisov/galaxy/internal/model/rest"
|
||||
)
|
||||
|
||||
func SetupRouter() *gin.Engine {
|
||||
return setupRouter(func(c rest.Command) error { return nil })
|
||||
}
|
||||
Reference in New Issue
Block a user