1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 13:25:26 +02:00

refactor(oauth): move oauth rest service to extension

This commit is contained in:
Chaim Lev Ari 2019-01-02 20:00:41 +02:00
parent 7aaa9e58e9
commit 15b6941872
2 changed files with 4 additions and 2 deletions

View file

@ -1 +1,3 @@
angular.module('portainer.extensions.oauth', []);
angular.module('portainer.extensions.oauth', [
'ngResource'
]);