mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/components-reference/supported-bindings/cron.md
Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
This commit is contained in:
parent
a2378a250c
commit
22ea0b39d2
|
|
@ -70,7 +70,7 @@ app.post('/scheduled', async function(req, res){
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
If we run this, we'll see that the /scheduled endpoint is called every five minutes by the Dapr sidecar.
|
When running this code, note that the `/scheduled` endpoint is called every five minutes by the Dapr sidecar.
|
||||||
|
|
||||||
|
|
||||||
## Binding support
|
## Binding support
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue