mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Refactor App to use DI
This commit is contained in:
parent
30ebbc1fa1
commit
408030eb6c
4 changed files with 28 additions and 25 deletions
3
main.go
3
main.go
|
@ -11,8 +11,7 @@ func main() {
|
|||
|
||||
fmt.Printf("\nCloudSonic Server v%s\n\n", "0.2")
|
||||
|
||||
a := App{}
|
||||
a.Initialize()
|
||||
a := createApp(conf.Sonic.MusicFolder)
|
||||
a.MountRouter("/rest/", initRouter().Routes())
|
||||
a.Run(":" + conf.Sonic.Port)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue