fix: Correct client request from habitrpg -> tavern

This commit is contained in:
Blade Barringer
2016-05-14 09:37:21 -05:00
parent e654b47537
commit a697d028b7

View File

@@ -11,7 +11,7 @@ habitrpg.controller("ChallengesCtrl", ['$rootScope','$scope', 'Shared', 'User',
// FIXME $scope.challenges needs to be resolved first (see app.js)
$scope.groups = [];
Groups.Group.getGroups('party,publicGuilds,privateGuilds,habitrpg')
Groups.Group.getGroups('party,publicGuilds,privateGuilds,tavern')
.then(function (response) {
$scope.groups = response.data.data;
});