mirror of
https://github.com/status-im/NimYAML.git
synced 2025-01-11 20:14:19 +00:00
Made server compile again
This commit is contained in:
parent
46913867e2
commit
63ed187b35
@ -40,7 +40,8 @@ routes:
|
||||
tokens = true
|
||||
if not tokens:
|
||||
var output = newStringStream()
|
||||
transform(newStringStream(@"input"), output, style)
|
||||
transform(newStringStream(@"input"), output,
|
||||
defineOptions(style))
|
||||
resultNode["code"] = %0
|
||||
resultNode["output"] = %output.data
|
||||
resp resultNode.pretty, "application/json"
|
||||
|
Loading…
x
Reference in New Issue
Block a user