diff --git a/src/app.config.ts b/src/app.config.ts index b5852275b..b169f9a9a 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -137,7 +137,7 @@ const API = { ...file, }; -const path = "http://localhost:3008"; +const path = "http://chamomind.ddns.net:20006"; const generatePopupPath = (routeName: any) => { if (routeName.includes("metadata")) { @@ -218,7 +218,7 @@ const manualConfig = { KPIIndicatorByRole: `${path}/manual/chapter-3-admin-evaluate`, KPICompetencyAdd: `${path}/manual/chapter-3-admin-evaluate`, KPICompetencyByid: `${path}/manual/chapter-3-admin-evaluate`, - organizationNew: `${path}/manual/chapter-4-admin-organization`, + organizationalNew: `${path}/manual/chapter-4-admin-organization`, organization: `${path}/manual/chapter-7-admin-registry`, registry: `${path}/manual/chapter-7-admin-registry`, registryDetail: `${path}/manual/chapter-7-admin-registry`,