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