diff --git a/edit-mode/function/humanResource.js b/edit-mode/function/humanResource.js index d9bca06..aa0d546 100644 --- a/edit-mode/function/humanResource.js +++ b/edit-mode/function/humanResource.js @@ -176,7 +176,7 @@ $(document).ready(function () { } $.ajax({ data: JSON.stringify(payload), - url: `${base_url}user-to-activity/add`, + url: `${base_url}user-to-activity/add-multiple`, type: "POST", processData: false, contentType: false, @@ -206,4 +206,4 @@ $(document).ready(function () { } }); }); -}); \ No newline at end of file +}); diff --git a/edit-mode/index.html b/edit-mode/index.html index b4d7bb4..b0139ee 100644 --- a/edit-mode/index.html +++ b/edit-mode/index.html @@ -128,7 +128,7 @@