Commit 78721aba authored by yaobeibei's avatar yaobeibei

merge reset

parent 45ed63cd
......@@ -1970,13 +1970,6 @@ app.post('/getExportTask', async function (req, res) {
res.send({ status: 200, datas: dataArr })
})
<<<<<<< HEAD
// 审核Url
app.post('/checkUrl', async function (req, res) {
console.log(req.body)
res.send({status: 200, datas: 'ok'})
})
=======
// 审核Url
app.post('/getUrlData', async function (req, res) {
......@@ -2140,5 +2133,4 @@ app.post('/entryIn', function(req, res) {
})
>>>>>>> reset
module.exports = app
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment