init route

This commit is contained in:
Sas Andy
2024-04-23 14:52:16 +07:00
parent b00c52ce42
commit 34be7a29a1

View File

@@ -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) {
}