更改端口 3005

This commit is contained in:
董海洋
2026-05-23 14:37:06 +08:00
parent 46a603bedb
commit 62a9b39ed0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ router.post('/', upload.single('file'), async (ctx) => {
return
}
const fileUrl = `http://localhost:3000/uploads/${ctx.file.filename}`
const fileUrl = `http://localhost:3005/uploads/${ctx.file.filename}`
ctx.body = {
code: 200,
message: '上传成功',