We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ad08ba + 2c0204f commit 77473c2Copy full SHA for 77473c2
src/modules/tracking_content/tracking_content.controller.ts
@@ -176,8 +176,8 @@ export class TrackingContentController {
176
}
177
178
//Course In Progress
179
- @UseFilters(new AllExceptionsFilter())
180
- @Post('course/inprogress')
+ //@UseFilters(new AllExceptionsFilter())
+ //@Post('course/inprogress')
181
@ApiOkResponse({ description: 'Course In Progress List fetch successfully.' })
182
@ApiInternalServerErrorResponse({ description: 'Internal Server Error.' })
183
@ApiBadRequestResponse({ description: 'Bad Request.' })
@@ -193,5 +193,4 @@ export class TrackingContentController {
193
response,
194
);
195
196
-
197
0 commit comments