Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT authored Feb 5, 2024
1 parent cb881a5 commit b09ef47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ $ curl -H "Auth: secret" -X GET "http://localhost:5010/account" ; echo
### Site Managements

```
$ curl -H "Auth: 01707128300216989000" -X GET "http://localhost:5010/sites/maxim-0012" ; echo
$ curl -H "Auth: 01707128300216989000" -X GET "http://localhost:5010/site/maxim-0012" ; echo
[
{
"result": [],
Expand All @@ -118,7 +118,7 @@ $ curl -H "Auth: 01707128300216989000" -X GET "http://localhost:5010/sites/maxim
### Subscription Management

```
$ curl -H "Auth: 01707128300216989000" -X GET "http://localhost:5010/subscriptions/maxim-0012" ; echo
$ curl -H "Auth: 01707128300216989000" -X GET "http://localhost:5010/subscription/maxim-0012" ; echo
[
{
"result": [],
Expand Down

0 comments on commit b09ef47

Please sign in to comment.