no message

This commit is contained in:
Kittapath 2024-07-10 10:45:01 +07:00
parent a984acb683
commit 4dc342d018
2 changed files with 7 additions and 7 deletions

View file

@ -486,7 +486,7 @@ export class DevelopmentScholarshipController extends Controller {
}
}
let profileEdu = await new CallAPI()
.PostData(request, "org/profile/educations", {
.PostData(request, "/org/profile/educations", {
profileId: getDevelopment.profileId,
institute: getDevelopment.educationalInstitution,
startDate: getDevelopment.startDate,