Moved server packages to a separate folder

This commit is contained in:
2019-11-18 18:39:59 +09:00
parent db366360c7
commit f3c14a4ed6
37 changed files with 28 additions and 23 deletions

View File

@ -2,7 +2,7 @@ package page
import (
"github.com/aerogo/aero"
"github.com/animenotifier/notify.moe/middleware"
"github.com/animenotifier/notify.moe/server/middleware"
)
// Get registers a layout rendered route and a contents-only route.