Skip to content

Commit

Permalink
Update task.controller.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhhTien authored Feb 24, 2024
1 parent 295d083 commit d7cabff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task/controllers/task.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class TaskController {

@Post('shipping')
@ApiOperation({
summary: 'Create new shipping task'
summary: 'Change order status to DELIVERING and Create new shipping task'
})
@Roles(UserRole.ADMIN, UserRole.STAFF)
@UseGuards(RolesGuard)
Expand Down

0 comments on commit d7cabff

Please sign in to comment.