From 59b78057230b29a818722326499e9d6555a85f37 Mon Sep 17 00:00:00 2001 From: "svoboda200786@gmail.com" Date: Wed, 14 May 2025 14:28:55 +0300 Subject: [PATCH] test3 --- bc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bc.js b/bc.js index fb05ffc..1850956 100644 --- a/bc.js +++ b/bc.js @@ -3,7 +3,7 @@ const express = require('express'); const http = require('http'); const socketIo = require('socket.io'); const path = require('path'); -//hello +//hello3 // Серверные модули const GameManager = require('./server_modules/gameManager'); const authController = require('./server_modules/auth'); // Ваш модуль аутентификации