1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00
portainer/app/extensions/oauth/__module.js
2019-01-03 13:36:17 +02:00

2 lines
109 B
JavaScript

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