fix: replace hardcoded ip address with api url var

This commit is contained in:
Stijnvandenbroek
2025-06-30 09:43:11 +02:00
parent 16e2032f9e
commit c8c2292501
4 changed files with 9 additions and 9 deletions

View File

@@ -40,5 +40,6 @@
},
"devDependencies": {
"cross-env": "^7.0.3"
}
},
"proxy": "http://backend:8000"
}