Skip to content

Commit

Permalink
Merge pull request #5141 from novuhq/fix/docs/issues/326
Browse files Browse the repository at this point in the history
fix: change workflow response to workflows response dto
  • Loading branch information
jainpawan21 authored Feb 18, 2024
2 parents 6906157 + 90e74e3 commit 125211f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/app/workflows/workflow.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class WorkflowController {
) {}

@Get('')
@ApiResponse(WorkflowResponse)
@ApiResponse(WorkflowsResponseDto)
@ApiOperation({
summary: 'Get workflows',
description: `Workflows were previously named notification templates`,
Expand Down

0 comments on commit 125211f

Please sign in to comment.