diff --git a/vercel.json b/vercel.json index 2eb2c30..04c77ab 100644 --- a/vercel.json +++ b/vercel.json @@ -5,6 +5,6 @@ }, "redirects": [ { "source": "/", "destination": "https://github.com/hackclub/cdn" }, - { "source": "/api/new", "destination": "/api/v1", "permanent": false } + { "source": "/api/new", "destination": "/api/v1/new", "permanent": false } ] -} \ No newline at end of file +}