Merge branch 'develop' into nice_dev
This commit is contained in:
commit
a24e2298c0
4 changed files with 68 additions and 36 deletions
|
|
@ -8,7 +8,7 @@ export default {
|
|||
listRetire: (retireId: string) => `${retirement}/${retireId}`,
|
||||
createnote: () => `${retirement}/reason/`,
|
||||
reasonId: (retireId:string) => `${retirement}/reason/${retireId}`,
|
||||
retirement:(type:string) => `${retirement}/${type}/2023`
|
||||
retirement:(type:string,year:number) => `${retirement}/${type}/${year}`
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue