blob: 0246d3f7c0626949295424a35fec2b4db5303c57 [file] [log] [blame]
GET http://localhost:8080/ HTTP/1.1
content-type: application/json
{
"init": {
"name" : "bad-init-json-payload-syntax-error",
"main" : "main",
"binary": false,
"code" : "function main() {return {payload: 'Hello World!'};}",
}
}
###