test tunnel

This commit is contained in:
celebrateyang 2024-09-30 23:13:59 +08:00
parent 1630cfbaf8
commit 8f6e61abb5

View File

@ -229,6 +229,7 @@ export const runAPI = (express, app, __dirname) => {
})
app.get('/tunnel', (req, res) => {
console.log("come to tunnel===========================================>");
const id = String(req.query.id);
const exp = String(req.query.exp);
const sig = String(req.query.sig);