added temp to see if it works with api

This commit is contained in:
Martin Donnelly 2016-02-18 11:01:53 +00:00
parent ef8ef39c17
commit e9f413f220

View File

@ -79,6 +79,10 @@ app.configure(function () {
res.render('pages/slack');
});
app.get('/temp', function (req, res) {
res.render('pages/temp');
});
});
/**