From a428f59d9d80a861bba627faf84f587e40056b1e Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Tue, 21 May 2024 16:50:51 +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=20profile=20Employee=20traning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/DevelopmentController.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/DevelopmentController.ts b/src/controllers/DevelopmentController.ts index bc35a79..3a18860 100644 --- a/src/controllers/DevelopmentController.ts +++ b/src/controllers/DevelopmentController.ts @@ -1692,8 +1692,8 @@ export class DevelopmentController extends Controller { }); } else if (x.type === "EMPLOYEE") { await new CallAPI() - .PostData(request, "org/profile/training", { - profileId: x.profileId, + .PostData(request, "org/profile-employee/training", { + profileEmployeeId: x.profileId, name: x.development == null ? null : x.development.projectName, topic: x.development == null ? null : x.development.topicAcademic, yearly: x.development == null ? null : x.development.year,