mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 17:59:45 +02:00
refactor(oauth): move enpoint constant to extension
This commit is contained in:
parent
25620c5008
commit
17ac3e5ed1
2 changed files with 2 additions and 4 deletions
|
@ -1,3 +1,2 @@
|
|||
angular.module('portainer.extensions.oauth', [
|
||||
'ngResource'
|
||||
]);
|
||||
angular.module('portainer.extensions.oauth', ['ngResource'])
|
||||
.constant('API_ENDPOINT_OAUTH', 'api/oauth');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue