Server: use "block" instead of "blocks"

This commit is contained in:
Felix Krause 2016-01-11 19:15:09 +01:00
parent f5627254f7
commit 95cfd7bcba
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ routes:
of "canonical": style = ypsCanonical
of "default": style = ypsDefault
of "json": style = ypsJson
of "blocks": style = ypsBlockOnly
of "block": style = ypsBlockOnly
var
output = newStringStream()
resultNode = newJObject()