proxy local dev server UI's API requests to local API container

This commit is contained in:
Collin M. Barrett 2019-07-28 15:18:19 -05:00
parent c05f298559
commit a9c26e83bb

View file

@ -26,6 +26,7 @@
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:80",
"eslintConfig": {
"extends": "react-app"
},