diff --git a/server.js b/server.js
index e7a9dfc..9b6702e 100644
--- a/server.js
+++ b/server.js
@@ -9,7 +9,6 @@ const { MessageHistory } = require('./src/message_history.js');
const app = express();
const server = http.createServer(app);
const io = socketIo(server, {
- path: '/emotion-male-app/socket.io',
pingTimeout: 300000, // 60秒超时
pingInterval: 25000, // 25秒心跳间隔
upgradeTimeout: 30000, // 30秒升级超时
diff --git a/src/index.html b/src/index.html
index 310098f..e3eea82 100644
--- a/src/index.html
+++ b/src/index.html
@@ -532,7 +532,7 @@
-
+