mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix startup order, setting LogLevel
This commit is contained in:
parent
1e582bec5c
commit
28cd3ec3e4
4 changed files with 12 additions and 7 deletions
5
main.go
5
main.go
|
@ -2,11 +2,16 @@ package main
|
|||
|
||||
import (
|
||||
"github.com/cloudsonic/sonic-server/conf"
|
||||
"github.com/cloudsonic/sonic-server/server"
|
||||
)
|
||||
|
||||
func main() {
|
||||
conf.Load()
|
||||
|
||||
if !conf.Sonic.DevDisableBanner {
|
||||
server.ShowBanner()
|
||||
}
|
||||
|
||||
a := CreateServer(conf.Sonic.MusicFolder)
|
||||
a.MountRouter("/rest", CreateSubsonicAPIRouter())
|
||||
a.MountRouter("/app", CreateAppRouter("/app"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue