From 9b60a9d322248c37fac565f2f66ce4d57f78e360 Mon Sep 17 00:00:00 2001 From: Didier Krux Date: Fri, 22 Apr 2022 22:24:25 +0100 Subject: [PATCH] fix redirect --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index 93bb38ed7..53795d31b 100644 --- a/vercel.json +++ b/vercel.json @@ -1,8 +1,8 @@ { "rewrites": [ { - "source": "/api/collect", - "destination": "/api/coll3ct" + "source": "/api/coll3ct", + "destination": "/api/collect" } ] }