Minor change

This commit is contained in:
Eduard Urbach 2019-09-01 00:57:41 +09:00
parent 43c3fb5843
commit 4b09e909a5
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -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.