mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added menu click redirect link
This commit is contained in:
@@ -198,6 +198,11 @@ app.get('/sanityCheck', function(req, res) {
|
|||||||
res.end('Hello guys');
|
res.end('Hello guys');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
app.get('/menuClick', function(req, res) {
|
||||||
|
res.redirect("/");
|
||||||
|
res.end();
|
||||||
|
});
|
||||||
|
|
||||||
app.route('/badtestsender').post(function(req, res, next) {
|
app.route('/badtestsender').post(function(req, res, next) {
|
||||||
var fstream;
|
var fstream;
|
||||||
req.pipe(req.busboy);
|
req.pipe(req.busboy);
|
||||||
|
Reference in New Issue
Block a user