Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
c9e2567dcd
2
bc.js
2
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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user