aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacky Zhao <[email protected]>2021-04-12 07:23:13 -0700
committerGitHub <[email protected]>2021-04-12 07:23:13 -0700
commit68ac0e8be27b516edfa92d05bcb4e1f984e91b25 (patch)
treebc76577fc17273940c306c358bf661c4a68adaf3
parentMerge pull request #77 from jackyzha0/next-refactor (diff)
parentDocumentation fix (diff)
downloadctrl-v-68ac0e8be27b516edfa92d05bcb4e1f984e91b25.tar.xz
ctrl-v-68ac0e8be27b516edfa92d05bcb4e1f984e91b25.zip
Merge pull request #78 from Siddhant-K-code/master
Documentation fix
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac7057f..6e48d9f 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ curl -L -X POST 'https://api.ctrl-v.app/api/1t9UybX' \
```
## Developing
-when doing local backend development, make sure you change the backend address to be localhost. You can find this on Line 4 of `frontend/src/helpers/httpHelper.js`
+when doing local backend development, make sure you change the backend address to be localhost. You can find this on Line 4 of `frontend/src/http/shared.js`
### Common
`make dev` &mdash; starts React development server on `:3000` and backend on `:8080`