Files
portainer/app/extensions/oauth/__module.js
T
2019-01-16 17:24:58 +02:00

3 lines
114 B
JavaScript

angular.module('portainer.extensions.oauth', ['ngResource'])
.constant('API_ENDPOINT_OAUTH', 'api/auth/oauth');