mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
add http auth
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"server/web/pages/template"
|
||||
)
|
||||
|
||||
func SetupRoute(route *gin.Engine) {
|
||||
func SetupRoute(route *gin.RouterGroup) {
|
||||
route.GET("/", mainPage)
|
||||
route.GET("/stat", statPage)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user