mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
do not use parcel's proxy because it hangs on photo upload
This commit is contained in:
8
frontend/.proxyrc.disabled
Normal file
8
frontend/.proxyrc.disabled
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"/api": {
|
||||
"target": "http://localhost:3000/",
|
||||
"pathRewrite": {
|
||||
"^/api": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user