use vanity url

This commit is contained in:
sentriz
2019-07-06 19:28:03 +01:00
parent 3af0c205ae
commit 51b6565b91
21 changed files with 38 additions and 38 deletions

View File

@@ -10,9 +10,9 @@ import (
"github.com/gorilla/sessions"
"github.com/jinzhu/gorm"
"github.com/sentriz/gonic/model"
"github.com/sentriz/gonic/scanner"
"github.com/sentriz/gonic/server/lastfm"
"senan.xyz/g/gonic/model"
"senan.xyz/g/gonic/scanner"
"senan.xyz/g/gonic/server/lastfm"
)
func (c *Controller) ServeLogin(w http.ResponseWriter, r *http.Request) {