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

@ -71,8 +71,8 @@ func configure(app *aero.Application) *aero.Application {
app.Ajax("/explore", explore.Get)
app.Ajax("/forum", forums.Get)
app.Ajax("/forum/:tag", forum.Get)
app.Ajax("/threads/:id", threads.Get)
app.Ajax("/posts/:id", posts.Get)
app.Ajax("/thread/:id", threads.Get)
app.Ajax("/post/:id", posts.Get)
app.Ajax("/tracks/:id", tracks.Get)
app.Ajax("/new/thread", newthread.Get)
app.Ajax("/new/soundtrack", newsoundtrack.Get)