Fixed Flask fetching issue

This commit is contained in:
2025-01-23 13:02:04 +00:00
parent 1047b96c0f
commit 233e2df781
2 changed files with 3 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
"lint": "eslint .",
"preview": "vite preview"
},
"proxy": "http://127.0.0.1:8080",
"proxy": "http://web_server:5000",
"dependencies": {
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.5.0",