Commit 41115ab6 by Sxy

debug

parent f87f6d5f
......@@ -88,6 +88,7 @@ module.exports = function (app) {
}
})
app.post("*", async function (req, res, next) {
debugger;
try {
let channel;
// let sourceHost = req.headers["x-forwarded-host"];
......
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