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:
parent
27072e8b21
commit
6311b20168
1 changed files with 5 additions and 0 deletions
|
@ -198,6 +198,11 @@ app.get('/sanityCheck', function(req, res) {
|
|||
res.end('Hello guys');
|
||||
});
|
||||
|
||||
app.get('/menuClick', function(req, res) {
|
||||
res.redirect("/");
|
||||
res.end();
|
||||
});
|
||||
|
||||
app.route('/badtestsender').post(function(req, res, next) {
|
||||
var fstream;
|
||||
req.pipe(req.busboy);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue