更换端口

This commit is contained in:
董海洋
2026-05-24 10:49:45 +08:00
parent 49fcbf0df8
commit d105f7471b
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ router.post('/', upload.single('file'), async (ctx) => {
return
}
const fileUrl = `http://110.42.255.239:3005/uploads/${ctx.file.filename}`
const fileUrl = `http://110.42.255.239:3006/uploads/${ctx.file.filename}`
ctx.body = {
code: 200,
message: '上传成功**',