From 4b09e909a553eb5abc6017d201ccf273e1ecbacf Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 1 Sep 2019 00:57:41 +0900 Subject: [PATCH] Minor change --- pages/index.go | 4 ---- 1 file changed, 4 deletions(-) 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.