Files
the-example-app-nodejs/routes/categories.js
2017-11-07 17:33:32 +01:00

6 lines
135 B
JavaScript

/* GET category listing. */
exports.getCategories = async (req, res, next) => {
res.render('categories', { title: 'Categories' })
}