From 269cf579d467100e17093db46084280ac672ad36 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 4 Nov 2024 13:53:54 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=20API=20re?= =?UTF-8?q?port=20=E0=B8=81=E0=B8=9E7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/org/api.org.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/org/api.org.ts b/src/api/org/api.org.ts index 4aab276..2a0f499 100644 --- a/src/api/org/api.org.ts +++ b/src/api/org/api.org.ts @@ -3,7 +3,7 @@ import env from "../index"; const metadata = `${env.API_URI}/org/metadata/`; const org = `${env.API_URI}/org`; const profileOrg = `${env.API_URI}/org/profile`; -const report = `${env.API_URI}/report/profile/`; +const report = `${env.API_URI}/org/profile/`; const workflow = `${env.API_URI}/org/workflow`; export default { profilePosition: () => `${org}/profile/keycloak/position`,