Started working on explore filters
This commit is contained in:
@ -50,6 +50,7 @@ func Configure(app *aero.Application) {
|
||||
// Main menu
|
||||
app.Ajax("/", home.Get)
|
||||
app.Ajax("/explore", explore.Get)
|
||||
app.Ajax("/explore/:year/:status", explore.Filter)
|
||||
app.Ajax("/login", login.Get)
|
||||
app.Ajax("/api", apiview.Get)
|
||||
// app.Ajax("/dashboard", dashboard.Get)
|
||||
|
Reference in New Issue
Block a user