fix: missing auth
This commit is contained in:
parent
38bac5f33c
commit
601aaeb8e3
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ export class TaskController extends Controller {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Post()
|
@Post()
|
||||||
|
@Security("keycloak")
|
||||||
async createTaskOrderList(
|
async createTaskOrderList(
|
||||||
@Request() req: RequestWithUser,
|
@Request() req: RequestWithUser,
|
||||||
@Body()
|
@Body()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue