From d6d8f8b9e978ac0815dca8be895cf3837d1d49ea Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Tue, 24 Dec 2024 13:18:12 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=80=E0=B8=AA?= =?UTF-8?q?=E0=B9=89=E0=B8=99=20API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/05_placement/api.probation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/05_placement/api.probation.ts b/src/api/05_placement/api.probation.ts index f03e243fa..e3c9989d8 100644 --- a/src/api/05_placement/api.probation.ts +++ b/src/api/05_placement/api.probation.ts @@ -7,7 +7,7 @@ const evaluate = `${env.API_PROBATION_URI}`; const appointMain = `${env.API_PROBATION_URI}/appoint`; const orgProfile = `${env.API_URI}/org`; const probation = `${env.API_URI}/probation`; -const report = `${env.API_URI}/probation/report`; +const report = `${env.API_URI}/probation/report/report`; export default { competencyOptions: (personalId: string) =>