lsc 4 months ago
parent
commit
887cb60d93
1 changed files with 1 additions and 1 deletions
  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' }));