1 #638
|
@ -49,6 +49,7 @@ app.use(excludePath);
|
|||
app.get('*',function (req,res) {
|
||||
global.domObj = getDomObj()
|
||||
if (!render(req,res)) {
|
||||
console.log(req.url)
|
||||
proxy(req, res);
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue