chore(openapi): set correct content type for server-sent events (#2045)

pull/2191/head
Lubos 2025-08-23 05:51:24 +08:00 committed by GitHub
parent 0fe94c1616
commit 6e626afdcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ export namespace Server {
200: {
description: "Event stream",
content: {
"application/json": {
"text/event-stream": {
schema: resolver(
Bus.payloads().openapi({
ref: "Event",