init route
This commit is contained in:
@@ -8,3 +8,6 @@ func SetupRoutes(app *echo.Echo, h *UserHandler) {
|
||||
group.GET("", h.HandlerShowUsers)
|
||||
group.GET("/details/:id", h.HandlerShowUserById)
|
||||
}
|
||||
func SetupRoutesProject(app *echo.Echo) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user