This commit is contained in:
svoboda200786@gmail.com 2025-05-14 19:48:00 +03:00
parent 14b40155e8
commit e5c4f6987b

2
bc.js
View File

@ -3,7 +3,7 @@ const express = require('express');
const http = require('http'); const http = require('http');
const socketIo = require('socket.io'); const socketIo = require('socket.io');
const path = require('path'); const path = require('path');
//hello4 //hello5
// Серверные модули // Серверные модули
const GameManager = require('./server_modules/gameManager'); const GameManager = require('./server_modules/gameManager');
const authController = require('./server_modules/auth'); // Ваш модуль аутентификации const authController = require('./server_modules/auth'); // Ваш модуль аутентификации