This commit is contained in:
Blade Barringer
2015-06-14 21:17:18 -05:00
parent bb73253e8e
commit 00c50f1212
2 changed files with 9 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ function(ApiUrl, $resource, $q, $http, User, Challenges) {
}
},
syncParty: {method: "GET", url: '/api/v2/groups/party'},
join: {method: "POST", url: ApiUrl.get() + '/api/v2/groups/:gid/join'},
leave: {method: "POST", url: ApiUrl.get() + '/api/v2/groups/:gid/leave'},
invite: {method: "POST", url: ApiUrl.get() + '/api/v2/groups/:gid/invite'},