Skip to content

Commit 77473c2

Browse files
authored
Merge pull request #21 from arati-tekdi/main
Minor changes
2 parents 7ad08ba + 2c0204f commit 77473c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/modules/tracking_content/tracking_content.controller.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ export class TrackingContentController {
176176
}
177177

178178
//Course In Progress
179-
@UseFilters(new AllExceptionsFilter())
180-
@Post('course/inprogress')
179+
//@UseFilters(new AllExceptionsFilter())
180+
//@Post('course/inprogress')
181181
@ApiOkResponse({ description: 'Course In Progress List fetch successfully.' })
182182
@ApiInternalServerErrorResponse({ description: 'Internal Server Error.' })
183183
@ApiBadRequestResponse({ description: 'Bad Request.' })
@@ -193,5 +193,4 @@ export class TrackingContentController {
193193
response,
194194
);
195195
}
196-
197196
}

0 commit comments

Comments
 (0)