更新上传地址

This commit is contained in:
董海洋
2026-05-23 14:58:20 +08:00
parent 62a9b39ed0
commit 5fc6ab2d10
+1 -1
View File
@@ -36,7 +36,7 @@ router.post('/', upload.single('file'), async (ctx) => {
return
}
const fileUrl = `http://localhost:3005/uploads/${ctx.file.filename}`
const fileUrl = `http://110.42.255.239:3005/uploads/${ctx.file.filename}`
ctx.body = {
code: 200,
message: '上传成功',