diff --git a/pages/index.go b/pages/index.go index 94af19f8..37c6a282 100644 --- a/pages/index.go +++ b/pages/index.go @@ -45,10 +45,6 @@ func Configure(app *aero.Application) { settingsroutes.Register(app) staffroutes.Register(app) apiroutes.Register(app) - - // Mixed - // app.Get("/database", database.Get) - // app.Get("/api/select/:data-type/where/:field/is/:field-value", database.Select) } // Rewrite will rewrite the path before routing happens.