Minor change
This commit is contained in:
parent
43c3fb5843
commit
4b09e909a5
@ -45,10 +45,6 @@ func Configure(app *aero.Application) {
|
|||||||
settingsroutes.Register(app)
|
settingsroutes.Register(app)
|
||||||
staffroutes.Register(app)
|
staffroutes.Register(app)
|
||||||
apiroutes.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.
|
// Rewrite will rewrite the path before routing happens.
|
||||||
|
Loading…
Reference in New Issue
Block a user