feat: add cancel
This commit is contained in:
parent
1483336df5
commit
606149da25
2 changed files with 34 additions and 5 deletions
|
|
@ -345,10 +345,6 @@ export class TaskActionController extends Controller {
|
|||
@Post("complete")
|
||||
@Security("keycloak")
|
||||
async completeTaskOrder(@Request() req: RequestWithUser, @Path() taskId: string) {}
|
||||
|
||||
@Post("cancel")
|
||||
@Security("keycloak")
|
||||
async cancelTaskOrder(@Request() req: RequestWithUser, @Path() taskId: string) {}
|
||||
}
|
||||
|
||||
@Route("api/v1/task-order/{taskId}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue