Remove unused os import and enforce exclusive use of Nextcloud WebDAV storage in file handlers

This commit is contained in:
Leon Bösche
2026-01-10 21:46:16 +01:00
parent e64925b438
commit 185cbc83b9

View File

@@ -8,7 +8,6 @@ import (
"mime/multipart" "mime/multipart"
"net/http" "net/http"
"net/url" "net/url"
"os"
"path" "path"
"path/filepath" "path/filepath"
"strings" "strings"