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:
parent
f6bdc5c2b3
commit
4cbde7bb0d
2 changed files with 4 additions and 3 deletions
|
@ -1,2 +1,2 @@
|
|||
angular.module('portainer.extensions.oauth', ['ngResource'])
|
||||
.constant('API_ENDPOINT_OAUTH', 'api/oauth');
|
||||
.constant('API_ENDPOINT_OAUTH', 'api/auth/oauth');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue