We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7ed81 commit 5d7575fCopy full SHA for 5d7575f
auth.js
@@ -282,7 +282,6 @@ kidstuff.auth.module.provider('auth',function() {
282
$http({
283
method: 'GET',
284
url: config.endPoint+'/groups/'+id,
285
- params: params,
286
headers: {Authorization: 'Bearer '+localStorageService.get('access_token')}
287
}).
288
success(function(data, status, headers, config) {
0 commit comments