feat: add security to attachment of quotation
This commit is contained in:
parent
5296f6d6a4
commit
8feca848f2
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ export class PaymentFileController extends Controller {
|
|||
}
|
||||
|
||||
@Get("{name}")
|
||||
@Security("keycloak")
|
||||
async getAttachment(
|
||||
@Request() req: RequestWithUser,
|
||||
@Path() paymentId: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue