@@ -67,10 +67,14 @@ const app = express()
Object.keys(modules).forEach(function (k, i) {
let x = modules[k]
try {
x.app = require(x.path).app
x.urls.forEach((url) => {
app.use(vhost(url, x.app))
})
} catch (e) {
console.log(e)
}
const locLogFile = './stats/logs'
The note is not visible to the blocked user.