mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Show Query params for invalid URL's
This commit is contained in:
parent
25a9320bce
commit
02a5fec6b6
2 changed files with 2 additions and 1 deletions
1
main.go
1
main.go
|
@ -6,6 +6,7 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
beego.BConfig.Log.FileLineNum = false
|
||||
if beego.BConfig.RunMode == "dev" {
|
||||
beego.BConfig.WebConfig.DirectoryIndex = true
|
||||
beego.BConfig.WebConfig.StaticDir["/swagger"] = "swagger"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue