mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Removed Beego routing/controllers, converted to Chi.
Also introduced Wire for dependency injection
This commit is contained in:
parent
1f4dfcb853
commit
79701caca3
31 changed files with 1603 additions and 1188 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
)
|
||||
|
||||
type sonic struct {
|
||||
Port int `default:"4533"`
|
||||
Port string `default:"4533"`
|
||||
MusicFolder string `default:"./iTunes1.xml"`
|
||||
DbPath string `default:"./devDb"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue