fix helloworld

This commit is contained in:
Asim Aslam
2021-11-03 16:57:13 +00:00
parent 2e34a8800f
commit 8f42e94d11

View File

@@ -12,13 +12,13 @@
} }
}], }],
"stream": [{ "stream": [{
"title": "Streams are currently temporarily not supported in clients", "title": "Streams responses from the server using websockets",
"run_check": true, "run_check": true,
"request": { "request": {
"name": "not supported" "name": "John"
}, },
"response": { "response": {
"message": "not supported" "message": "Hello John"
} }
}] }]
} }