stnh70 commited on
Commit
9d780a7
·
verified ·
1 Parent(s): c1b78ef

Update web.ts

Browse files
Files changed (1) hide show
  1. web.ts +1 -1
web.ts CHANGED
@@ -2,7 +2,7 @@
2
  import "./subtitle.ts";
3
 
4
  // 添加 HTTP 服务器
5
- const port = 8000;
6
  console.log(`[${new Date().toISOString()}] [INFO] 启动 HTTP 服务器在端口 ${port}`);
7
 
8
  try {
 
2
  import "./subtitle.ts";
3
 
4
  // 添加 HTTP 服务器
5
+ const port = 80;
6
  console.log(`[${new Date().toISOString()}] [INFO] 启动 HTTP 服务器在端口 ${port}`);
7
 
8
  try {