I'm looking for a way to redirect to the previous page with node.js.
I have read that window.history.back() does not work because it is not part of node.js
Does anyone have an idea to return to my previous page or redirect me to another function? like app.post('/'+dbname+'/add', function(req,res){....}