Added view of new Kitsu anime

This commit is contained in:
2018-03-17 04:19:23 +01:00
parent 24468ff197
commit b21329538c
4 changed files with 60 additions and 0 deletions

View File

@ -239,6 +239,7 @@ func Configure(app *aero.Application) {
l.Page("/editor/anime/maldiff/:year", editor.CompareMAL)
l.Page("/editor/anime/maldiff/:year/:status", editor.CompareMAL)
l.Page("/editor/anime/maldiff/:year/:status/:type", editor.CompareMAL)
l.Page("/editor/anime/kitsu/new", editor.NewKitsuAnime)
// Log
l.Page("/log", editlog.Get)