1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

remove httpRoot from setting.js entirely

This commit is contained in:
Dave Conway-Jones 2021-04-23 16:38:45 +01:00
parent 3798167908
commit b053e02174
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF

View File

@ -96,10 +96,6 @@ module.exports = {
// disabled. // disabled.
//httpNodeRoot: '/red-nodes', //httpNodeRoot: '/red-nodes',
// **DEPRECATED** 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 // 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 // following property can be used to identify a directory of static content
// that should be served at http://localhost:1880/. // that should be served at http://localhost:1880/.