diff --git a/server/down.go b/server/down.go index 76825c1e..d10a48e8 100644 --- a/server/down.go +++ b/server/down.go @@ -34,7 +34,7 @@ func Down(ctx *fiber.Ctx) error { } func Proxy(ctx *fiber.Ctx) error { - rawPath, err:= url.QueryUnescape(ctx.Params("*")) + rawPath, err:= url.PathUnescape(ctx.Params("*")) if err != nil { return ErrorResp(ctx,err,500) }