docs: update debug endpoint (#6)

This commit is contained in:
Slava 2024-01-15 21:43:34 +02:00 committed by GitHub
parent 15c3cd62e9
commit e2d84937c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -138,5 +138,5 @@ Get useful node info such as its peer id, address, and SPR.
Example:
```bash
curl 127.0.0.1:8080/api/codex/v1/info
curl 127.0.0.1:8080/api/codex/v1/debug/info
```