typo
This commit is contained in:
@@ -772,7 +772,7 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
|
||||
scope: scope,
|
||||
expiresAt: expiresAt
|
||||
};
|
||||
post('/api/v1/oauth/clients/' + id + '/tokens, data).success(function(data, status) {
|
||||
post('/api/v1/oauth/clients/' + id + '/tokens', data).success(function(data, status) {
|
||||
if (status !== 201) return callback(new ClientError(status, data));
|
||||
callback(null, data.token);
|
||||
}).error(defaultErrorHandler(callback));
|
||||
|
||||
Reference in New Issue
Block a user