From 1de45190fad8e689b5a388bae2c7bfbd2ca5597a Mon Sep 17 00:00:00 2001 From: Tordarus Date: Fri, 14 Jan 2022 17:43:21 +0100 Subject: [PATCH] fix --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 789d3b2..dfc1150 100644 --- a/main.go +++ b/main.go @@ -95,6 +95,7 @@ func get(w http.ResponseWriter, r *http.Request) { } r.URL.Path = path + fmt.Println(r.URL.Path) fileServer.ServeHTTP(w, r) }