Anime episodes stored under a different table

This commit is contained in:
2017-07-10 16:58:34 +02:00
parent 29842b3ccc
commit 8037edcb67
11 changed files with 112 additions and 63 deletions

View File

@ -59,12 +59,12 @@ var routeTests = map[string][]string{
"/anime/1",
},
"/threads/:id": []string{
"/threads/HJgS7c2K",
"/thread/:id": []string{
"/thread/HJgS7c2K",
},
"/posts/:id": []string{
"/posts/B1RzshnK",
"/post/:id": []string{
"/post/B1RzshnK",
},
"/forum/:tag": []string{