Skip to content

Commit a2d1166

Browse files
许君山许君山
authored andcommitted
fix: change backend port to 3000 to match frontend proxy
1 parent ff1df46 commit a2d1166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import cors from 'cors';
33
import { conjugate } from './conjugationEngine.js';
44

55
const app = express();
6-
const PORT = process.env.PORT || 3001;
6+
const PORT = process.env.PORT || 3000;
77

88
// 中间件
99
app.use(cors());

0 commit comments

Comments
 (0)