diff --git a/bc.js b/bc.js index c280e5e..f0d22be 100644 --- a/bc.js +++ b/bc.js @@ -4,7 +4,7 @@ const express = require('express'); const http = require('http'); // Используем HTTP, так как SSL будет на Node.js прокси (server.js) const { Server } = require('socket.io'); const path = require('path'); - +// // Импорт серверных модулей const auth = require('./server_modules/auth'); const GameManager = require('./server_modules/gameManager');