mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
fix: Correct client request from habitrpg -> tavern
This commit is contained in:
parent
e654b47537
commit
a697d028b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue