add skill to project
This commit is contained in:
parent
5e7d265ffb
commit
6e5a8d01e6
8 changed files with 1055 additions and 1 deletions
|
|
@ -24,6 +24,6 @@ export class CoursesController {
|
|||
@SuccessResponse('200', 'Course fetched successfully')
|
||||
@Response('401', 'Invalid or expired token')
|
||||
public async getCourseById(@Path() id: number): Promise<listCourseResponse> {
|
||||
return await this.coursesService.ListCourses();
|
||||
return await this.coursesService.ListCourses(id);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue