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) }