Expected behavior:
When making a request to the endpoint /random?acr=js, the API should return the expected response without any issues. This should include generating a response dynamically and serving it consistently across different requests.
Current behavior:
this happens mainly because vercel is serverless and it is not ideal for hosting python apis but yes there is a workaround which has to be implemented
Endpoint:/random?acr=js
Expected behavior: When making a request to the endpoint/random?acr=js, the API should return the expected response without any issues. This should include generating a response dynamically and serving it consistently across different requests.
Current behavior:
this happens mainly because vercel is serverless and it is not ideal for hosting python apis but yes there is a workaround which has to be implemented