mirror of https://github.com/dapr/docs.git
fix typo in invoke-and-discover-services (#308)
aoo should be add Co-authored-by: Young Bu Park <youngp@microsoft.com>
This commit is contained in:
parent
2b11dfca67
commit
6a08a3336a
|
@ -76,7 +76,7 @@ This Python app exposes an `add()` method via the `/add` endpoint.
|
|||
curl http://localhost:3500/v1.0/invoke/cart/method/add -X POST
|
||||
```
|
||||
|
||||
Since the aoo endpoint is a 'POST' method, we used `-X POST` in the curl command.
|
||||
Since the add endpoint is a 'POST' method, we used `-X POST` in the curl command.
|
||||
|
||||
To invoke a 'GET' endpoint:
|
||||
|
||||
|
|
Loading…
Reference in New Issue