lsc 4 月之前
父節點
當前提交
887cb60d93
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app.js

+ 1 - 1
app.js

@@ -5,7 +5,7 @@ const bodyParser = require('body-parser');
 const pbl = require('./pbl'); // 确保路径正确
 
 const app = express();
-const port = 740; // 你可以根据需要更改端口
+const port = 7004; // 你可以根据需要更改端口
 
 app.use(morgan('dev'));
 app.use(bodyParser.urlencoded({ extended: true, limit: '3mb' }));