diff options
| author | Siddhant Khare <[email protected]> | 2021-04-12 17:50:01 +0530 |
|---|---|---|
| committer | Siddhant Khare <[email protected]> | 2021-04-12 17:50:01 +0530 |
| commit | f1301b878c2c5f324610ca4e29d22c6cb7ced056 (patch) | |
| tree | bc76577fc17273940c306c358bf661c4a68adaf3 | |
| parent | Merge pull request #77 from jackyzha0/next-refactor (diff) | |
| download | ctrl-v-f1301b878c2c5f324610ca4e29d22c6cb7ced056.tar.xz ctrl-v-f1301b878c2c5f324610ca4e29d22c6cb7ced056.zip | |
Documentation fix
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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` — starts React development server on `:3000` and backend on `:8080` |