Update main.js

This commit is contained in:
2018-09-25 11:55:46 +08:00
parent debc8b37c5
commit bc542ad810

View File

@@ -192,6 +192,9 @@ function initWebServer(settings) {
// all of our routes will be prefixed with /api
app.use('/api', router);
adapter.log.info('config port: ' + settings.port);
/*
if (settings.port) {
if (settings.secure) {