Display anime without genres for editors

This commit is contained in:
2018-03-07 04:03:15 +01:00
parent 42fcaea4ea
commit ac5fef5737
9 changed files with 79 additions and 51 deletions

View File

@ -200,6 +200,7 @@ func Configure(app *aero.Application) {
l.Page("/editor", editor.Get)
l.Page("/editor/anilist", editor.AniList)
l.Page("/editor/shoboi", editor.Shoboi)
l.Page("/editor/genres", editor.Genres)
// Mixed
l.Page("/database", database.Get)