feat/issue
This commit is contained in:
parent
226469dd85
commit
46d5fab4e3
5 changed files with 428 additions and 7 deletions
|
|
@ -126,7 +126,7 @@ export default {
|
|||
dataUserCertificateHistoryByType: (
|
||||
emType: string,
|
||||
type: string,
|
||||
id: string
|
||||
id: string,
|
||||
) => `${org}/profile${emType}/${type}/history/${id}`,
|
||||
dataUserHonorHistory: (type: string, emType: string, id: string) =>
|
||||
`${profileOrg}${emType}/${type}/history/${id}`,
|
||||
|
|
@ -176,4 +176,5 @@ export default {
|
|||
changePassword: `${org}/keycloak/user/change-password`,
|
||||
|
||||
orgAssistance: (id: string) => `${profileOrg}/assistance/${id}`,
|
||||
orgIssues: `${env.API_URI}/org/issues`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue