mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-29 08:19:19 +02:00
again?
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ const dataHandler = require('./datahandler');
|
||||
const { logError, logInfo, logWarn } = require('./console');
|
||||
const { serverConfig, configExists } = require('./server_config');
|
||||
const pluginsApi = require('./plugins_api');
|
||||
const { startServer, wss } = require("./web");
|
||||
const { startServer, wss, rdsWss } = require("./web");
|
||||
|
||||
const client = new (require('net')).Socket();
|
||||
|
||||
|
||||
+1
-1
@@ -311,4 +311,4 @@ const startServer = (address) => {
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = { startServer, wss };
|
||||
module.exports = { startServer, wss, rdsWss };
|
||||
Reference in New Issue
Block a user