update port

This commit is contained in:
sentriz
2019-04-17 21:39:46 +01:00
parent 4cd9c0c39c
commit 6120fc81ef
230 changed files with 51757 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ func main() {
// the gorilla session
gob.Register(&db.User{})
// setup the subsonic and admin routes
address := ":5000"
address := ":6969"
mux := http.NewServeMux()
setSubsonicRoutes(mux)
setAdminRoutes(mux)