fix bug retrieving band followers

This commit is contained in:
Brian Smith 2014-03-04 22:32:04 -05:00
parent 9938ec0a1d
commit 6d277f6597
1 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@
if (hasPendingInvitation) {
url += "?pending=true";
}
return $.ajax({
type: "GET",
dataType: "json",
@ -536,7 +536,7 @@
return $.ajax({
type: "GET",
dataType: "json",
url: "/api/bands/" + bandId + "/bands",
url: "/api/bands/" + bandId + "/followers",
processData:false
});
}