Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Updating invitation-sending API
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanua committed Jul 8, 2016
1 parent 703c48e commit b7c6e51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function getSelectedUsernames() {
*/
$("a.invite-user-link").click(function () {
var usernameList = getSelectedUsernames();
var inviteUserAPI = emmAdminBasePath + "/users/email-invitation";
var inviteUserAPI = emmAdminBasePath + "/users/send-invitation";

if (usernameList.length == 0) {
$(modalPopupContent).html($("#errorUsers").html());
Expand Down

0 comments on commit b7c6e51

Please sign in to comment.