mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 08:46:48 +00:00
Fix route in example function call
Signed-off-by: John McCabe <john@johnmccabe.net>
This commit is contained in:
parent
122cfd15d8
commit
b19bf0a136
@ -3,7 +3,7 @@
|
||||
Asynchronous function calls can be queued up using the following route:
|
||||
|
||||
```
|
||||
$ curl --data "message" http://gateway/function/{function_name}
|
||||
$ curl --data "message" http://gateway/async-function/{function_name}
|
||||
```
|
||||
|
||||
Summary of modes for calling functions via API Gateway:
|
||||
|
Loading…
x
Reference in New Issue
Block a user