From 0cc82edcb973d468bf1ac7a8af5305f12700e82b Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Tue, 24 Nov 2020 19:29:35 -0500 Subject: [PATCH] Fix typo in V1 redirect --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}