diff --git a/bc.js b/bc.js index 41cd866..a65b35e 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'); -//hello4 +//hello5 // Серверные модули const GameManager = require('./server_modules/gameManager'); const authController = require('./server_modules/auth'); // Ваш модуль аутентификации