Merge pull request #2953 from node-red/depreacte-usage-of-httpRoot-and-add-warning

Deprecate usage of httpRoot and add warning
This commit is contained in:
Nick O'Leary
2021-04-23 16:42:01 +01:00
committed by GitHub
3 changed files with 5 additions and 6 deletions

View File

@@ -96,10 +96,6 @@ module.exports = {
// disabled.
//httpNodeRoot: '/red-nodes',
// The following property can be used in place of 'httpAdminRoot' and 'httpNodeRoot',
// to apply the same root to both parts.
//httpRoot: '/red',
// When httpAdminRoot is used to move the UI to a different root path, the
// following property can be used to identify a directory of static content
// that should be served at http://localhost:1880/.