fix: typo
This commit is contained in:
parent
c95b20da8f
commit
80f7c90b31
1 changed files with 1 additions and 1 deletions
|
|
@ -652,7 +652,7 @@ export class CreditNoteAttachmentController extends Controller {
|
|||
return await setFile(fileLocation.creditNote.slip(creditNoteId, name));
|
||||
}
|
||||
|
||||
@Delete("filel-slip/{name}")
|
||||
@Delete("file-slip/{name}")
|
||||
@Security("keycloak")
|
||||
async delSlip(
|
||||
@Request() req: RequestWithUser,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue