mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
Merge branch 'master' of https://github.com/iamcardinal/NodeBB-enhancement into iamcardinal-merge
This commit is contained in:
@@ -185,7 +185,7 @@ var express = require('express'),
|
||||
templates['logout'] = parsedTemplate;
|
||||
});
|
||||
|
||||
server.listen(nconf.get('PORT') || nconf.get('port'));
|
||||
server.listen(nconf.get('PORT') || nconf.get('port'), nconf.get('bind_address'));
|
||||
}
|
||||
|
||||
app.create_route = function (url, tpl) { // to remove
|
||||
|
||||
Reference in New Issue
Block a user