From 52d43097742eb409855bb511029329800d6c5994 Mon Sep 17 00:00:00 2001 From: Oleg Date: Fri, 16 May 2025 17:21:14 +0000 Subject: [PATCH] ... --- bc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');