Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny-Ngg authored Mar 2, 2022
1 parent 1573ef6 commit 1db91c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ curl -X POST -H "content-type:application/json" "http://localhost:<port>/deal" -
```
GET /deal/{deal_id}?network=filecoin_mainnet
```bash
curl -X GET "http://localhost:8080/deal/58160?network=filecoin_mainnet"
curl -X GET "http://localhost:<port>/deal/58160?network=filecoin_mainnet"
```

## Docker
Expand Down

0 comments on commit 1db91c4

Please sign in to comment.