mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
rename apijs with bug in go 1.11
This commit is contained in:
@@ -60,7 +60,7 @@ func Start(port string) {
|
||||
server.GET("/", mainPage)
|
||||
server.GET("/echo", echoPage)
|
||||
server.POST("/shutdown", shutdownPage)
|
||||
server.GET("/js/api.js", templates.Api_JS)
|
||||
server.GET("/js/api.js", templates.ApiJS)
|
||||
|
||||
go func() {
|
||||
defer mutex.Unlock()
|
||||
|
||||
Reference in New Issue
Block a user