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