fix(web): 🐛 proxy web to new localhost port in debug

This commit is contained in:
Collin M. Barrett 2020-09-20 14:06:37 -05:00
parent d8cbced3a0
commit 42c3f17209

View file

@ -28,7 +28,7 @@
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:80",
"proxy": "http://localhost:8080",
"eslintConfig": {
"extends": [
"react-app",