...
This commit is contained in:
parent
b933f1b742
commit
52d4309774
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 http = require('http'); // Используем HTTP, так как SSL будет на Node.js прокси (server.js)
|
||||||
const { Server } = require('socket.io');
|
const { Server } = require('socket.io');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
//
|
||||||
// Импорт серверных модулей
|
// Импорт серверных модулей
|
||||||
const auth = require('./server_modules/auth');
|
const auth = require('./server_modules/auth');
|
||||||
const GameManager = require('./server_modules/gameManager');
|
const GameManager = require('./server_modules/gameManager');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user