mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-01 19:08: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) => {
|
app.get('/tunnel', (req, res) => {
|
||||||
|
console.log("come to tunnel===========================================>");
|
||||||
const id = String(req.query.id);
|
const id = String(req.query.id);
|
||||||
const exp = String(req.query.exp);
|
const exp = String(req.query.exp);
|
||||||
const sig = String(req.query.sig);
|
const sig = String(req.query.sig);
|
||||||
|
Loading…
Reference in New Issue
Block a user