fix: error undefined caused by missing security
This commit is contained in:
parent
9f7213c7fe
commit
2678b1964d
1 changed files with 1 additions and 0 deletions
|
|
@ -218,6 +218,7 @@ export class TaskController extends Controller {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Put("{taskId}")
|
@Put("{taskId}")
|
||||||
|
@Security("keycloak")
|
||||||
async editTaskById(
|
async editTaskById(
|
||||||
@Request() req: RequestWithUser,
|
@Request() req: RequestWithUser,
|
||||||
@Path() taskId: string,
|
@Path() taskId: string,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue