Improved explore page

This commit is contained in:
2017-11-07 17:46:39 +01:00
parent f5935ab12b
commit 3fb236de25
6 changed files with 108 additions and 37 deletions

View File

@ -50,7 +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("/explore/anime/:year/:status/:type", explore.Filter)
app.Ajax("/login", login.Get)
app.Ajax("/api", apiview.Get)
// app.Ajax("/dashboard", dashboard.Get)