mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-04 06:23:06 +00:00
adding missing / to upload example
This commit is contained in:
parent
7ccde112f8
commit
0b786b383f
@ -126,7 +126,7 @@ Upload a file, upon success returns the `Cid` of the uploaded file.
|
|||||||
Example:
|
Example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -vvv -H "Tranfer-Encoding: chunked" "127.0.0.1:8080 api/codex/v1/upload" -X POST --data-binary "@<path to file>"
|
curl -vvv -H "Tranfer-Encoding: chunked" "127.0.0.1:8080/api/codex/v1/upload" -X POST --data-binary "@<path to file>"
|
||||||
```
|
```
|
||||||
|
|
||||||
### `/api/codex/v1/info`
|
### `/api/codex/v1/info`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user