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