Started working on explore filters

This commit is contained in:
2017-11-07 17:00:09 +01:00
parent f6c4545f5c
commit f5935ab12b
3 changed files with 27 additions and 1 deletions

View File

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