mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
return missing "/search" and "/site.webmanifest" router
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
func SetupRoute(route gin.IRouter) {
|
||||
authorized := route.Group("/", auth.CheckAuth())
|
||||
authorized := route.Group("/", auth.CheckAuth("/site.webmanifest"))
|
||||
|
||||
template.RouteWebPages(authorized)
|
||||
authorized.GET("/stat", statPage)
|
||||
|
||||
Reference in New Issue
Block a user