diff --git a/vercel.json b/vercel.json index 04c77ab..494e244 100644 --- a/vercel.json +++ b/vercel.json @@ -5,6 +5,7 @@ }, "redirects": [ { "source": "/", "destination": "https://github.com/hackclub/cdn" }, - { "source": "/api/new", "destination": "/api/v1/new", "permanent": false } + { "source": "/api/new", "destination": "/api/v1/new", "permanent": false }, + { "source": "/api/newSingle", "destination": "/api/v1/newSingle", "permanent": false } ] }