Fixed port bug
This commit is contained in:
@@ -15,7 +15,8 @@ router.get("/", (req, res) => {
|
||||
page_title: app_conf.name,
|
||||
css_path: path.join(app_conf.paths.css.web, "stylesheet.css"),
|
||||
protocol: app_conf.protocol,
|
||||
host: app_conf.host
|
||||
host: app_conf.host,
|
||||
port: app_conf.port
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user