thundercode commited on
Commit
c049289
·
verified ·
1 Parent(s): 944cdb9

release: add docs/DEVELOPMENT.md

Browse files
Files changed (1) hide show
  1. docs/DEVELOPMENT.md +1 -1
docs/DEVELOPMENT.md CHANGED
@@ -1103,7 +1103,7 @@ both of which `launch.sh` references (`deploy/codespace/launch.sh:83,89,153,160-
1103
  **Fix.** Disable proxies for the call (`release/repo/docs/REPRODUCIBILITY.md` §10.1):
1104
 
1105
  ```bash
1106
- curl --noproxy '*' https://satquery-backend-m4yv.onrender.com/api/health
1107
  ```
1108
 
1109
  ```python
 
1103
  **Fix.** Disable proxies for the call (`release/repo/docs/REPRODUCIBILITY.md` §10.1):
1104
 
1105
  ```bash
1106
+ curl --noproxy '*' https://<backend-host>/api/health
1107
  ```
1108
 
1109
  ```python