fix syntax in the request params

This commit is contained in:
Devi 2016-01-04 10:19:46 +05:30
parent 6a12b5e59a
commit 01a7075ea8
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ Pre-registered templates can also be rendered using
GET /_render/template/<template_name> GET /_render/template/<template_name>
{ {
"params": { "params": {
"... "..."
} }
} }
------------------------------------------ ------------------------------------------