mirror of
https://github.com/vee1e/bulk-questionnaire-upload.git
synced 2026-09-01 09:50:06 +00:00
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:
parent
7dc8a65522
commit
07d2dc3cb0
1 changed files with 3 additions and 0 deletions
3
frontend/src/assets/config.json
Normal file
3
frontend/src/assets/config.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"API_URL": "https://bulk-questionnaire-upload.onrender.com/api"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue