Skip to content

Commit

Permalink
chore: text
Browse files Browse the repository at this point in the history
  • Loading branch information
luluxiaoyu committed Feb 23, 2024
1 parent c4524bc commit fba987f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ app.post('/', async (req, res) => {
});

app.listen(SERVER_PORT, () => {
console.log(`服务器2正在监听端口${SERVER_PORT}`);
console.log(`镜像下载服务器正在监听端口${SERVER_PORT}`);
});

0 comments on commit fba987f

Please sign in to comment.