diff --git a/api/unpack/index.go b/api/unpack/index.go index 89d72f5..022f619 100644 --- a/api/unpack/index.go +++ b/api/unpack/index.go @@ -94,7 +94,7 @@ func Handler(w http.ResponseWriter, req *http.Request) { return } - newPath := strings.Join(components[1:], "/") + newPath := "/" + strings.Join(components[1:], "/") fmt.Println("newPath", newPath)