mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Without pushing
This commit is contained in:
@@ -151,12 +151,12 @@ function routingFunction(req, res, next) {
|
|||||||
admin(req, res, next);
|
admin(req, res, next);
|
||||||
} else {
|
} else {
|
||||||
console.log("this other place");
|
console.log("this other place");
|
||||||
res.push('/assets/dist/main.min.js', headers, function(err, stream){
|
/*res.push('/assets/dist/main.min.js', headers, function(err, stream){
|
||||||
console.log("this place");
|
console.log("this place");
|
||||||
if (err) return;
|
if (err) return;
|
||||||
|
|
||||||
stream.end(main_client);
|
stream.end(main_client);
|
||||||
});
|
});*/
|
||||||
client(req, res, next);
|
client(req, res, next);
|
||||||
}
|
}
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user