diff --git a/backend/handlers/onlyoffice.go b/backend/handlers/onlyoffice.go index 78003c2..f6defff 100644 --- a/backend/handlers/onlyoffice.go +++ b/backend/handlers/onlyoffice.go @@ -7,6 +7,7 @@ import ( "net/http" "os" "path/filepath" + "strings" "git.elijahkuntz.com/Elijah/drive/config" "git.elijahkuntz.com/Elijah/drive/middleware"