Загрузить файлы в «/»
This commit is contained in:
parent
6c87028631
commit
661ada6ee9
1
bc.js
1
bc.js
@ -84,6 +84,7 @@ io.on('connection', (socket) => {
|
||||
|
||||
// Запуск HTTP сервера
|
||||
server.listen(BC_APP_INTERNAL_PORT, BC_APP_INTERNAL_HOST, () => {
|
||||
alert("test");
|
||||
console.log(`Battle Club HTTP Application Server running at http://${BC_APP_INTERNAL_HOST}:${BC_APP_INTERNAL_PORT}`);
|
||||
console.log(`Socket.IO will be available via proxy at path: ${PUBLIC_PATH_PREFIX}/socket.io`);
|
||||
console.log(`Serving static files from: ${path.join(__dirname, 'public')}`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user