mirror of
https://github.com/portainer/portainer.git
synced 2025-07-31 11:19:40 +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
|
@ -4,7 +4,6 @@ angular.module('portainer')
|
|||
.constant('API_ENDPOINT_ENDPOINTS', 'api/endpoints')
|
||||
.constant('API_ENDPOINT_ENDPOINT_GROUPS', 'api/endpoint_groups')
|
||||
.constant('API_ENDPOINT_MOTD', 'api/motd')
|
||||
.constant('API_ENDPOINT_OAUTH', 'api/oauth')
|
||||
.constant('API_ENDPOINT_EXTENSIONS', 'api/extensions')
|
||||
.constant('API_ENDPOINT_REGISTRIES', 'api/registries')
|
||||
.constant('API_ENDPOINT_RESOURCE_CONTROLS', 'api/resource_controls')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue