From f6a797fab064e8021a47525ad825393bc0fc989f Mon Sep 17 00:00:00 2001 From: Loi Phan Date: Sat, 13 Jan 2024 22:37:29 +0700 Subject: [PATCH] test --- vercel.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vercel.json b/vercel.json index e59df92..864c9ea 100644 --- a/vercel.json +++ b/vercel.json @@ -5,13 +5,13 @@ } }, "rewrites": [ - { - "source": "/(.*)", - "destination": "api/server.js" - }, { "source": "/api/flask/(.*)", "destination": "api/main.py" + }, + { + "source": "/(.*)", + "destination": "api/server.js" } ] }