remove oauth proxy from ui code

This commit is contained in:
Girish Ramakrishnan
2016-11-11 22:30:18 +05:30
parent f5ebb782c0
commit b23c06d443
5 changed files with 4 additions and 31 deletions

View File

@@ -307,8 +307,7 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
portBindings: config.portBindings,
accessRestriction: config.accessRestriction,
cert: config.cert,
key: config.key,
oauthProxy: config.oauthProxy
key: config.key
};
post('/api/v1/apps/install', data).success(function (data, status) {
@@ -354,8 +353,7 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
key: config.key,
memoryLimit: config.memoryLimit,
altDomain: config.altDomain || null,
xFrameOptions: config.xFrameOptions,
oauthProxy: config.oauthProxy
xFrameOptions: config.xFrameOptions
};
post('/api/v1/apps/' + id + '/configure', data).success(function (data, status) {