Added new support page

This commit is contained in:
2018-03-04 16:53:42 +01:00
parent 057dab988c
commit a3b7e4b3de
8 changed files with 97 additions and 1 deletions

View File

@ -51,6 +51,7 @@ import (
"github.com/animenotifier/notify.moe/pages/soundtrack"
"github.com/animenotifier/notify.moe/pages/soundtracks"
"github.com/animenotifier/notify.moe/pages/statistics"
"github.com/animenotifier/notify.moe/pages/support"
"github.com/animenotifier/notify.moe/pages/terms"
"github.com/animenotifier/notify.moe/pages/threads"
"github.com/animenotifier/notify.moe/pages/upload"
@ -180,6 +181,7 @@ func Configure(app *aero.Application) {
l.Page("/search/*term", search.Get)
// Shop
l.Page("/support", support.Get)
l.Page("/shop", shop.Get)
l.Page("/inventory", inventory.Get)
l.Page("/charge", charge.Get)