fix: prefix handling on http router
This commit is contained in:
@@ -73,5 +73,5 @@ func handle(fn handleFunc, prefix string, store *storage.Storage, server *settin
|
||||
}
|
||||
})
|
||||
|
||||
return http.StripPrefix(prefix, handler)
|
||||
return stripPrefix(prefix, handler)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user