mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Script for building minified javascript using closure compiler
This commit is contained in:
@@ -73,7 +73,7 @@ angular.module('AuthService', ['ngCookies'])
|
||||
return $http({
|
||||
method: 'GET',
|
||||
url: '/api/v1/me/',
|
||||
headers: { 'Authorization': 'Token ' + this.getToken() },
|
||||
headers: { 'Authorization': 'Token ' + this.getToken() }
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user