chore(openapi): set correct content type for server-sent events (#2045)
parent
0fe94c1616
commit
6e626afdcb
|
|
@ -103,7 +103,7 @@ export namespace Server {
|
|||
200: {
|
||||
description: "Event stream",
|
||||
content: {
|
||||
"application/json": {
|
||||
"text/event-stream": {
|
||||
schema: resolver(
|
||||
Bus.payloads().openapi({
|
||||
ref: "Event",
|
||||
|
|
|
|||
Loading…
Reference in New Issue