Added MAL diffs

This commit is contained in:
2018-03-09 04:03:31 +01:00
parent c7fc3d2173
commit 98c9278e24
6 changed files with 179 additions and 3 deletions

View File

@ -208,6 +208,7 @@ func Configure(app *aero.Application) {
l.Page("/editor/genres", editor.Genres)
l.Page("/editor/genres/:year", editor.Genres)
l.Page("/editor/genres/:year/:type", editor.Genres)
l.Page("/editor/mal", editor.CompareMAL)
// Mixed
l.Page("/database", database.Get)