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:
@@ -127,7 +127,7 @@ function humanizeSize(size) {
|
||||
}
|
||||
`
|
||||
|
||||
func Api_JS(c echo.Context) error {
|
||||
func ApiJS(c echo.Context) error {
|
||||
http.ServeContent(c.Response(), c.Request(), "api.js", settings.StartTime, helpers.NewSeekingBuffer(apijs))
|
||||
return c.NoContent(http.StatusOK)
|
||||
}
|
||||
Reference in New Issue
Block a user