fix: error undefined caused by missing security

This commit is contained in:
Methapon2001 2024-12-06 16:44:02 +07:00
parent 9f7213c7fe
commit 2678b1964d

View file

@ -218,6 +218,7 @@ export class TaskController extends Controller {
}
@Put("{taskId}")
@Security("keycloak")
async editTaskById(
@Request() req: RequestWithUser,
@Path() taskId: string,