disable dev routes and add .vscode to gitignore
This commit is contained in:
@@ -60,8 +60,10 @@ func main() {
|
||||
handlers.SetupRoutesCorporate(app, appStore)
|
||||
// SETUP ROUT CLIENT
|
||||
handlers.SetupRoutesClient(app, appStore)
|
||||
|
||||
// SETUP ROUT DEV
|
||||
handlers.SetupRoutesDev(app, appStore)
|
||||
// handlers.SetupRoutesDev(app, appStore)
|
||||
|
||||
app.Logger.Fatal(app.Start(":5000"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user