aboutsummaryrefslogtreecommitdiff
path: root/routes/index.js
diff options
context:
space:
mode:
authorBuildTools <unconfigured@null.spigotmc.org>2016-12-05 21:35:01 +0100
committerBuildTools <unconfigured@null.spigotmc.org>2016-12-05 21:35:01 +0100
commit9d94ae11c13d8bcff23eac725c2d7bae2a7872a9 (patch)
tree8365d73c51d085136080bbbe9010b7d7486a32a7 /routes/index.js
parent0c8b852ba47713a1508734de1fc5c871bf6ad0a3 (diff)
fixed strict mode
Diffstat (limited to 'routes/index.js')
-rw-r--r--routes/index.js2
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')