neverends

This commit is contained in:
Bel LaPointe
2022-02-10 10:49:35 -07:00
parent ea1c5b982c
commit 529abd37e9
4 changed files with 12 additions and 7 deletions

View File

@@ -296,7 +296,7 @@ func (server *Server) urlFileId(id []string) string {
func (server *Server) fileId(r *http.Request) []string {
return strings.Split(
strings.TrimPrefix(
strings.Trim(
strings.TrimPrefix(
strings.Trim(r.URL.Path, "/"),
"api/v0/files",