Merge branch 'master' into 0.18

This commit is contained in:
Nick O'Leary
2018-01-24 23:08:14 +00:00
5 changed files with 18 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ function createNodeApi(node) {
red.auth = runtime.adminApi.auth;
red.httpAdmin = runtime.adminApi.adminApp;
red.httpNode = runtime.nodeApp;
red.server = runtime.adminApi.server;
red.server = runtime.server;
} else {
//TODO: runtime.adminApi is always stubbed if not enabled, so this block
// is unused - but may be needed for the unit tests