mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-01 10:58:29 +00:00
test tunnel
This commit is contained in:
parent
1630cfbaf8
commit
8f6e61abb5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user