mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
remove slash
This commit is contained in:
parent
05634ebdb7
commit
46d8c98aff
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user