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