We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd37bdf commit 51670b4Copy full SHA for 51670b4
src/index.ts
@@ -64,6 +64,7 @@ export default function createRoute<M extends HttpMethod, PP, QP, RB>(input: Rou
64
if (response400) {
65
responses["400"] = response400;
66
}
67
+ responses["500"] = { description: "Internal Server Error" };
68
69
handler.apiData = {
70
operationId: input.operationId,
0 commit comments