mirror of
https://gitlab.silvrtree.co.uk/martind2000/old-silvrgit.git
synced 2025-01-25 18:46:17 +00:00
added temp to see if it works with api
This commit is contained in:
parent
ef8ef39c17
commit
e9f413f220
@ -79,6 +79,10 @@ app.configure(function () {
|
|||||||
res.render('pages/slack');
|
res.render('pages/slack');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
app.get('/temp', function (req, res) {
|
||||||
|
res.render('pages/temp');
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user