From 8c18de44260a3eab4b5a1c61e29691eae84ecec9 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Thu, 18 Apr 2013 14:18:22 +0200 Subject: changing to passport for authentication --- app.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'app.js') diff --git a/app.js b/app.js index 3247fc5..7fd9cbb 100644 --- a/app.js +++ b/app.js @@ -10,8 +10,6 @@ var express = require('express') var app = express(); // initiates express - - /** * App configuration */ -- cgit v1.2.3