mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 15:51:24 +00:00
fix helloworld
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user