feat: add attachment endpoints for credit note
This commit is contained in:
parent
5c3dc9abcd
commit
a3735abb78
2 changed files with 66 additions and 0 deletions
|
|
@ -112,4 +112,7 @@ export const fileLocation = {
|
|||
task: {
|
||||
attachment: (taskId: string, name?: string) => `task/attachment-${taskId}/${name || ""}`,
|
||||
},
|
||||
creditNote: {
|
||||
attachment: (taskId: string, name?: string) => `credit-note/attachment-${taskId}/${name || ""}`,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue