diff --git a/frontend/package.json b/frontend/package.json index d0b1728..3393de5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,6 +14,5 @@ "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" - }, - "proxy": "http://localhost:5000" + } }