do not use parcel's proxy because it hangs on photo upload

This commit is contained in:
2023-01-08 20:33:19 +01:00
parent e8dd71dbc8
commit 202ef8f583
2 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{
"/api": {
"target": "http://localhost:3000/",
"pathRewrite": {
"^/api": ""
}
}
}