aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-26 15:16:47 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-04-26 15:16:47 +0530
commite2c31632d326f5f201172dba08b06b422abfa593 (patch)
treebbaaa2b9bc37cdb0acbc9a24603a7fb39918e657 /package.json
parent1604f4cabc282e91fe27aef74545084ab92e4b9f (diff)
FINALLY THE BACKEND AND FRONT END ARE TALKING NOW
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2b0dece..6c63305 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "openbills",
"version": "0.1.0",
"private": true,
- "proxy": "http://localhost:4000",
+ "proxy": "http://localhost:8080",
"dependencies": {
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.5",
@@ -11,6 +11,7 @@
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
+ "axios": "^0.21.1",
"create-react-app": "^4.0.3",
"node-sass": "^5.0.0",
"react": "^17.0.2",