mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
refactor reserve and release endpoints in HTTP POST and DELETE methods
This commit is contained in:
parent
dccacea43f
commit
bca180d284
6 changed files with 189 additions and 174 deletions
|
@ -6,7 +6,7 @@ module.exports = function AccessTokenServiceFactory(
|
|||
var AccessTokenService = {}
|
||||
|
||||
AccessTokenService.getAccessTokens = function() {
|
||||
return $http.get('/api/v1/accessTokens')
|
||||
return $http.get('/api/v1/user/accessTokens')
|
||||
}
|
||||
|
||||
AccessTokenService.generateAccessToken = function(title) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue