From 3c14806be51e07ffa25dc9ccec616e8b69adb2cd Mon Sep 17 00:00:00 2001 From: cangui Date: Wed, 18 Jun 2025 19:43:36 +0200 Subject: [PATCH] up --- internal/route/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/route/main.go b/internal/route/main.go index 9221460..3ce72b1 100644 --- a/internal/route/main.go +++ b/internal/route/main.go @@ -105,6 +105,7 @@ func RoutesPublic(r *mux.Router, bd *gorm.DB) { http.Error(w, "Read-Only", http.StatusForbidden) return } + log.Printf("WebDAV request: %s %s", req.Method, req.URL.Path) // Headers WebDAV que VLC attend w.Header().Set("DAV", "1,2")