From 9b71cc1d7b18f708c59de9e8d82f6e6007ef48ba Mon Sep 17 00:00:00 2001 From: osiris account Date: Sun, 12 Mar 2023 23:45:30 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- token-scanner-api/.gitignore | 1 + token-scanner-api/vercel.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 token-scanner-api/.gitignore diff --git a/token-scanner-api/.gitignore b/token-scanner-api/.gitignore new file mode 100644 index 0000000..e985853 --- /dev/null +++ b/token-scanner-api/.gitignore @@ -0,0 +1 @@ +.vercel diff --git a/token-scanner-api/vercel.json b/token-scanner-api/vercel.json index a7c77b7..2d46ad7 100644 --- a/token-scanner-api/vercel.json +++ b/token-scanner-api/vercel.json @@ -1,8 +1,8 @@ { "builds": [ - {"src": "/src/api.py", "use": "@vercel/python"} + {"src": "/src/server/api.py", "use": "@vercel/python"} ], "routes": [ - {"src": "/(.*)", "dest": "src/api.py"} + {"src": "/(.*)", "dest": "src/server/api.py"} ] } \ No newline at end of file