mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +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("/", mainPage)
|
||||||
server.GET("/echo", echoPage)
|
server.GET("/echo", echoPage)
|
||||||
server.POST("/shutdown", shutdownPage)
|
server.POST("/shutdown", shutdownPage)
|
||||||
server.GET("/js/api.js", templates.Api_JS)
|
server.GET("/js/api.js", templates.ApiJS)
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
defer mutex.Unlock()
|
defer mutex.Unlock()
|
||||||
|
|||||||
Reference in New Issue
Block a user