yuanyiming 1 tahun lalu
induk
melakukan
b124ddfbc8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app.js

+ 1 - 1
app.js

@@ -30,7 +30,7 @@ app.post('/img', upload.single('file'), (req, res) => {
   // console.log(req.file.location);
   res.json({ fileUrl: req.file.location }); // 返回上传后文件在S3中的URL
 });
-
+ 
 //app.use(router.routes()).use(router.allowedMethods());
 
 // 启动服务器