diff options
author | BuildTools <unconfigured@null.spigotmc.org> | 2016-12-05 21:35:01 +0100 |
---|---|---|
committer | BuildTools <unconfigured@null.spigotmc.org> | 2016-12-05 21:35:01 +0100 |
commit | 9d94ae11c13d8bcff23eac725c2d7bae2a7872a9 (patch) | |
tree | 8365d73c51d085136080bbbe9010b7d7486a32a7 | |
parent | 0c8b852ba47713a1508734de1fc5c871bf6ad0a3 (diff) |
fixed strict mode
-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') |