client md bahan

This commit is contained in:
sindhu
2024-05-08 16:14:07 +07:00
parent 1965359fd5
commit 88d9985ca1
7 changed files with 226 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ func main() {
// SETUP ROUT CORPORATE
handlers.SetupRoutesCorporate(app, appStore)
// SETUP ROUT CLIENT
handlers.SetupRoutesClient(app, appStore)
// SETUP ROUT DEV
app.Logger.Fatal(app.Start(":5000"))