This commit is contained in:
Tordarus 2022-01-14 17:43:21 +01:00
parent 458cf850d2
commit 1de45190fa

View File

@ -95,6 +95,7 @@ func get(w http.ResponseWriter, r *http.Request) {
} }
r.URL.Path = path r.URL.Path = path
fmt.Println(r.URL.Path)
fileServer.ServeHTTP(w, r) fileServer.ServeHTTP(w, r)
} }