Added test

This commit is contained in:
2018-03-07 03:46:44 +01:00
parent 999323f850
commit f0b3a8869e
4 changed files with 8 additions and 2 deletions

View File

@ -208,6 +208,10 @@ var routeTests = map[string][]string{
"/api/animeepisodes/323",
},
"/anime/:id/episode/:episode-number": []string{
"/anime/12230/episode/5",
},
"/api/character/:id": []string{
"/api/character/6556",
},