Skip to content

Commit

Permalink
fix(api): remove swagger decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
djabarovgeorge committed Oct 22, 2024
1 parent 15adf92 commit 653a4b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/api/src/app/workflows-v2/workflow.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
UserSessionData,
WorkflowResponseDto,
} from '@novu/shared';
import { ExternalApiAccessible, UserAuthGuard, UserSession } from '@novu/application-generic';
import { UserAuthGuard, UserSession } from '@novu/application-generic';

import { ApiCommonResponses } from '../shared/framework/response.decorator';
import { UserAuthentication } from '../shared/framework/swagger/api.key.security';
Expand Down Expand Up @@ -92,7 +92,6 @@ export class WorkflowController {
}

@Delete(':workflowId')
@ExternalApiAccessible()
@HttpCode(HttpStatus.NO_CONTENT)
async removeWorkflow(
@UserSession() user: UserSessionData,
Expand Down

0 comments on commit 653a4b0

Please sign in to comment.