Correcting the function now to now() (#358)

This commit is contained in:
tiagofreire-pt 2019-11-23 17:02:55 +00:00 committed by Franck Nijhof
parent aa04eaabe5
commit 0da3258bbf

View File

@ -480,7 +480,7 @@ Sample `curl` command:
```bash
$ curl -X POST -H "Authorization: Bearer ABCDEFGH" \
-H "Content-Type: application/json" \
-d '{"template": "It is {{ now }}!"}' http://localhost:8123/api/template
-d '{"template": "It is {{ now() }}!"}' http://localhost:8123/api/template
```
#### POST /api/config/core/check_config