Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Add missing schema decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
wpf500 committed Jan 18, 2024
1 parent 12d764c commit 37dd5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/controllers/CalloutController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ export class CalloutController {
}

@Get("/:slug/responses")
@ResponseSchema(GetCalloutResponseListDto)
async getCalloutResponses(
@CurrentUser() caller: Contact,
@Param("slug") slug: string,
Expand Down

0 comments on commit 37dd5cd

Please sign in to comment.