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}")
|
||||
@Security("keycloak")
|
||||
async editTaskById(
|
||||
@Request() req: RequestWithUser,
|
||||
@Path() taskId: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue