mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
First server with working hard-coded server-side IDER support.
This commit is contained in:
parent
010095e2b6
commit
7ed963f414
7 changed files with 318 additions and 260 deletions
|
@ -57,7 +57,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
|
|||
obj.express = require('express');
|
||||
obj.meshAgentHandler = require('./meshagent.js');
|
||||
obj.meshRelayHandler = require('./meshrelay.js');
|
||||
obj.meshIderHandler = require('./amt-ider.js');
|
||||
obj.meshIderHandler = require('./amt/amt-ider.js');
|
||||
obj.meshUserHandler = require('./meshuser.js');
|
||||
obj.interceptor = require('./interceptor');
|
||||
const constants = (obj.crypto.constants ? obj.crypto.constants : require('constants')); // require('constants') is deprecated in Node 11.10, use require('crypto').constants instead.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue