refactor(routes): remove unused categories route files

This commit is contained in:
Benedikt Rötsch
2017-11-06 14:56:45 +01:00
committed by Benedikt Rötsch
parent 2575aa81d4
commit 751b8aaf7f
2 changed files with 0 additions and 15 deletions

View File

@@ -1,9 +0,0 @@
/*
* The purpose of this module is to render the category page when the route is requested
*/
// Renders categories page when `/categories` route is requested
module.exports.getCategories = async (request, response, next) => {
response.render('categories', { title: 'Categories' })
}