Skip to content

Commit

Permalink
chore(handler-meta): update fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Saganic committed Jun 26, 2024
1 parent 9b625b4 commit 4e4006e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/fixture/api/meta/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ defineRouteMeta({
tags: ["test"],
description: "Test route description",
parameters: [{ in: "query", name: "test", required: true }],
responses: {
200: {
description: "OK"
}
}
},
});

Expand Down

0 comments on commit 4e4006e

Please sign in to comment.