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:
Tobias Kohlbau 2020-02-01 01:20:20 +01:00 committed by GitHub
parent 2b11dfca67
commit 6a08a3336a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: