From 69e5d11138ac0406302b734a27ffc369bd1f1f3d Mon Sep 17 00:00:00 2001 From: UBA GCOEN <124521344+UBA-GCOEN@users.noreply.github.com> Date: Fri, 6 Oct 2023 17:25:45 +0530 Subject: [PATCH] Update vercel.json --- server/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/vercel.json b/server/vercel.json index 7841172ab..7316d659a 100644 --- a/server/vercel.json +++ b/server/vercel.json @@ -9,5 +9,5 @@ } } ], - "routes": [{ "src": "/[^.]+", "dest": "index.js", status": 200 }] + "routes": [{ "src": "/[^.]+", "dest": "index.js", "status": 200 }] }