aboutsummaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2016-09-05 20:05:11 +0200
committerNoah Loomans <noahloomans@gmail.com>2016-09-05 20:05:11 +0200
commite6021f1b9aea3a1fcdb7a8563774d1595c90a820 (patch)
tree9e7061f1a34954e106e0d01a7abd8a6c7957f2b2 /routes
parent0acf4e0774e0daeed2c386e4d9c0ac36da70a244 (diff)
fixed build
Diffstat (limited to 'routes')
-rw-r--r--routes/getUserIndex.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/routes/getUserIndex.js b/routes/getUserIndex.js
index 4e958d4..6ee6610 100644
--- a/routes/getUserIndex.js
+++ b/routes/getUserIndex.js
@@ -1,3 +1,5 @@
+'use strict'
+
const express = require('express')
const router = express.Router()
const Promise = require('bluebird')