aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app.js b/app.js
index c292af9..67a1b13 100644
--- a/app.js
+++ b/app.js
@@ -33,7 +33,6 @@ require('./config/express')(app, config, passport);
require('./router')(app, config);
-
/**
* Server initiation
*/