1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-31 03:09:44 +02:00

refactor(auth): move oauth handler under auth

This commit is contained in:
Chaim Lev Ari 2019-01-16 17:24:58 +02:00
parent f6bdc5c2b3
commit 4cbde7bb0d
2 changed files with 4 additions and 3 deletions

View file

@ -1,2 +1,2 @@
angular.module('portainer.extensions.oauth', ['ngResource'])
.constant('API_ENDPOINT_OAUTH', 'api/oauth');
.constant('API_ENDPOINT_OAUTH', 'api/auth/oauth');