diff options
Diffstat (limited to 'routes/index.js')
| -rw-r--r-- | routes/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routes/index.js b/routes/index.js index 1dba277..4909ff8 100644 --- a/routes/index.js +++ b/routes/index.js @@ -12,5 +12,4 @@ router.get('/', function(req, res, next) { }); - module.exports = router; |