Commit 72bce8bf authored by yaobeibei's avatar yaobeibei

add checkUrl

parent 6de47016
......@@ -1966,4 +1966,10 @@ app.post('/getExportTask', async function (req, res) {
res.send({ status: 200, datas: dataArr })
})
// 审核Url
app.post('/checkUrl', async function (req, res) {
console.log(req.body)
res.send({status: 200, datas: 'ok'})
})
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