AXCWG 5 月之前
父节点
当前提交
507943c216
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      main.js

+ 0 - 1
main.js

@@ -287,7 +287,6 @@ async function SubmitWrapper(req, res) {
 }
 }
 
 
 app.post('/lyric', async (req, res) => {
 app.post('/lyric', async (req, res) => {
-    const fetch = require('node-fetch');
     let name = req.body.name
     let name = req.body.name
     let artist = req.body.artist;
     let artist = req.body.artist;
     let album = req.body.albumName;
     let album = req.body.albumName;