reorder lesson fix path
This commit is contained in:
parent
73a4ea6562
commit
8fc11381ad
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ export class ChaptersLessonInstructorController {
|
||||||
* เรียงลำดับ lessons ใน chapter
|
* เรียงลำดับ lessons ใน chapter
|
||||||
* Reorder lessons within a chapter
|
* Reorder lessons within a chapter
|
||||||
*/
|
*/
|
||||||
@Put('chapters/{chapterId}/lessons/reorder')
|
@Put('chapters/{chapterId}/reorder-lessons')
|
||||||
@Security('jwt', ['instructor'])
|
@Security('jwt', ['instructor'])
|
||||||
@SuccessResponse('200', 'Lessons reordered successfully')
|
@SuccessResponse('200', 'Lessons reordered successfully')
|
||||||
public async reorderLessons(
|
public async reorderLessons(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue