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' }));