Proxy subtitles from S3

This commit is contained in:
2018-12-11 15:37:15 +09:00
parent 2c487d4308
commit 616f27e363
7 changed files with 56 additions and 1769 deletions

View File

@ -3,7 +3,7 @@ package pages
import (
"github.com/aerogo/aero"
"github.com/aerogo/layout"
"github.com/animenotifier/notify.moe/layout"
fullpage "github.com/animenotifier/notify.moe/layout"
"github.com/animenotifier/notify.moe/pages/index/amvroutes"
"github.com/animenotifier/notify.moe/pages/index/animeroutes"
"github.com/animenotifier/notify.moe/pages/index/apiroutes"
@ -38,7 +38,7 @@ func Configure(app *aero.Application) {
exploreroutes.Register(l)
amvroutes.Register(l)
forumroutes.Register(l)
animeroutes.Register(l)
animeroutes.Register(l, app)
userlistroutes.Register(l)
quoteroutes.Register(l)
companyroutes.Register(l)