This commit is contained in:
董海洋
2026-05-24 15:36:11 +08:00
parent 66e2f0bcdf
commit 11742a2bca
+1 -1
View File
@@ -36,7 +36,7 @@ router.post('/', upload.single('file'), async (ctx) => {
return return
} }
const fileUrl = `https://donghy.top/uploads/${ctx.file.filename}` const fileUrl = `https://donghy.top/img/uploads/${ctx.file.filename}`
ctx.body = { ctx.body = {
code: 200, code: 200,
message: '上传成功**', message: '上传成功**',