Skip to content

Commit

Permalink
fix: push code
Browse files Browse the repository at this point in the history
  • Loading branch information
liuguanglei committed Nov 18, 2022
1 parent f66aac5 commit a53114a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ app.post('/api/upload', upload.array('file', 5), (req, res) => {
})


app.listen(process.env.PORT, () => {
app.listen(20004, () => {
console.log('server running!');
})

0 comments on commit a53114a

Please sign in to comment.