diff options
Diffstat (limited to 'routes/index.js')
-rw-r--r-- | routes/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/routes/index.js b/routes/index.js index bc0a936..8b31ad5 100644 --- a/routes/index.js +++ b/routes/index.js @@ -1,3 +1,5 @@ +'use strict' + const express = require('express') const router = express.Router() const users = require('../lib/getUserIndex') |