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" } ] }