exit properly
This commit is contained in:
parent
80118212da
commit
2ed17f4877
6 changed files with 35 additions and 48 deletions
|
|
@ -83,11 +83,7 @@ export namespace Server {
|
|||
description: "Successfully created session",
|
||||
content: {
|
||||
"application/json": {
|
||||
schema: resolver(
|
||||
Session.Info.openapi({
|
||||
ref: "Session.Info",
|
||||
}),
|
||||
),
|
||||
schema: resolver(z.custom<Session.Message[]>()),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue