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