mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
move accessTokens endpoint from app unit to api unit
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = function AccessTokenServiceFactory(
|
||||
var AccessTokenService = {}
|
||||
|
||||
AccessTokenService.getAccessTokens = function() {
|
||||
return $http.get('/app/api/v1/accessTokens')
|
||||
return $http.get('/api/v1/accessTokens')
|
||||
}
|
||||
|
||||
AccessTokenService.generateAccessToken = function(title) {
|
||||
|
||||
Reference in New Issue
Block a user