Remove oauthProxy from client side api wrapper

This commit is contained in:
Johannes Zellner
2016-02-19 16:00:48 +01:00
parent eab3bda8e1
commit 07c935dfec

View File

@@ -248,7 +248,6 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
location: config.location,
portBindings: config.portBindings,
accessRestriction: config.accessRestriction,
oauthProxy: config.oauthProxy,
cert: config.cert,
key: config.key
};
@@ -292,7 +291,6 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
location: config.location,
portBindings: config.portBindings,
accessRestriction: config.accessRestriction,
oauthProxy: config.oauthProxy,
cert: config.cert,
key: config.key,
memoryLimit: config.memoryLimit