feat: add placeholder api for complte task
This commit is contained in:
parent
53251ac214
commit
0ceb17d6c7
1 changed files with 4 additions and 0 deletions
|
|
@ -328,6 +328,10 @@ export class TaskActionController extends Controller {
|
||||||
@Security("keycloak")
|
@Security("keycloak")
|
||||||
async submitTaskOrder(@Request() req: RequestWithUser, @Path() taskId: string) {}
|
async submitTaskOrder(@Request() req: RequestWithUser, @Path() taskId: string) {}
|
||||||
|
|
||||||
|
@Post("complete")
|
||||||
|
@Security("keycloak")
|
||||||
|
async completeTaskOrder(@Request() req: RequestWithUser, @Path() taskId: string) {}
|
||||||
|
|
||||||
@Post("cancel")
|
@Post("cancel")
|
||||||
@Security("keycloak")
|
@Security("keycloak")
|
||||||
async cancelTaskOrder(@Request() req: RequestWithUser, @Path() taskId: string) {}
|
async cancelTaskOrder(@Request() req: RequestWithUser, @Path() taskId: string) {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue