remove slash
This commit is contained in:
parent
05634ebdb7
commit
46d8c98aff
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue