no message
This commit is contained in:
parent
5d2fdf254d
commit
a50ac34978
3 changed files with 121 additions and 10 deletions
|
|
@ -3,4 +3,16 @@
|
|||
*/
|
||||
import env from "../index";
|
||||
|
||||
export default {};
|
||||
const retirement = `${env.API_URI}/retirement`
|
||||
|
||||
|
||||
export default {
|
||||
profile: (type: string, year: number) => `${retirement}/profile/${type}/${year}`,
|
||||
profileRetire: (retireId: string) => `${retirement}/profile/${retireId}`,
|
||||
getprofileRetire: (retireId: string) => `${retirement}/${retireId}`,
|
||||
createnote: () => `${retirement}/reason/`,
|
||||
reasonId: (retireId:string) => `${retirement}/reason/${retireId}`,
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue