mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 01:45:37 +00:00
remove slash
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
var routes []Route = []Route{
|
||||
p("/", IndexHandler).ManualAuth(),
|
||||
p("/static/*path", StaticHandler).ManualAuth(),
|
||||
p("/fever/", FeverHandler).ManualAuth(),
|
||||
p("/fever", FeverHandler).ManualAuth(),
|
||||
|
||||
p("/api/status", StatusHandler),
|
||||
p("/api/folders", FolderListHandler),
|
||||
|
Reference in New Issue
Block a user