I create a python compilor api with flask and deployed it to vercel.
It worked perfectly on my machine but is not working on the url after deployment.
Url: https://python-compilor-api.vercel.app/api/get
Github: https://github.com/Akgokuc/python_compilor-api
enter image description here
I don’t know what went wrong, the only thing i suspect is the flask-cors package not mentioned in the requirements , but i did it intentionally as when i was deploying it in earlier, it showed me an error in the requirements at flask-cors