fix: add config.json with production backend URL for Vercel deployment

Without this file the frontend fell back to localhost:8000, causing CORS
failures on the deployed Vercel app.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
vee1e 2026-06-02 13:12:20 +05:30
parent 7dc8a65522
commit 07d2dc3cb0
No known key found for this signature in database
GPG key ID: EB498AFC60A7A01A

View file

@ -0,0 +1,3 @@
{
"API_URL": "https://bulk-questionnaire-upload.onrender.com/api"
}