I have several (almost all) urls that point to a single page and use the following line to send the file:
app.get('*', function(req, res){
res.sendFile(__dirname+'/home.html');
});
But with that, also files that I request to my site an...
asked by
21.07.2018 / 15:18