@@ -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) {
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.