From 1a4b9d487524a27b5372f0679d392f2ecfb0f9f7 Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Wed, 3 Jul 2024 10:48:04 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=20path=20manual?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`,