From 5607a764b78bb9707f9868b6c2d7239ce0e7d296 Mon Sep 17 00:00:00 2001 From: Felipe Allegretti Date: Mon, 29 Apr 2024 00:49:55 -0300 Subject: [PATCH] Disable Vercel deployment --- README.md | 2 +- vercel.json | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 vercel.json diff --git a/README.md b/README.md index 67cf6e4..7ce6e8f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Please note that the deployed application is used only for testing purposes and feature enabled. If you'd like to customize it, consider hosting in your own cloud service. ### API Swagger -https://transfermarkt-api.vercel.app/ +https://transfermarkt-api.fly.dev/ ### Running Locally diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 28b76bd..0000000 --- a/vercel.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "builds": [ - {"src": "/app/main.py", "use": "@vercel/python"} - ], - "routes": [ - {"src": "/(.*)", "dest": "app/main.py"} - ] -} \ No newline at end of file