first try
This commit is contained in:
13
wagfarm-api/routes/routes.go
Normal file
13
wagfarm-api/routes/routes.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package routes
|
||||
|
||||
import (
|
||||
"wagfarm-api/routes/asset"
|
||||
"wagfarm-api/routes/log"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func SetupRoutes(router *gin.Engine) {
|
||||
log.RegisterRoutes(router)
|
||||
asset.RegisterRoutes(router)
|
||||
}
|
||||
Reference in New Issue
Block a user