We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a680308 commit 3ab0d0dCopy full SHA for 3ab0d0d
1 file changed
red/api/info.js
@@ -25,7 +25,7 @@ module.exports = {
25
},
26
settings: function(req,res) {
27
var safeSettings = {
28
- httpNodeRoot: settings.httpNodeRoot,
+ httpNodeRoot: settings.httpNodeRoot||"/",
29
version: settings.version,
30
user: req.user
31
}
0 commit comments