revisi & dev routes

This commit is contained in:
Sas Andy
2024-05-10 15:18:18 +07:00
parent b3355c5772
commit 74856a96e1
4 changed files with 5 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ func main() {
// SETUP ROUT CLIENT
handlers.SetupRoutesClient(app, appStore)
// SETUP ROUT DEV
handlers.SetupRoutesDev(app, appStore)
app.Logger.Fatal(app.Start(":5000"))
}