From 3477905f6ba00f55f661f0b0ef2eff0bcb42111a Mon Sep 17 00:00:00 2001
From: Martin Lehoux <martin@lehoux.net>
Date: Tue, 19 Feb 2019 00:50:47 +0100
Subject: [PATCH] remove sessions

---
 back/index.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/back/index.js b/back/index.js
index aca5f5c..c41031e 100644
--- a/back/index.js
+++ b/back/index.js
@@ -1,6 +1,5 @@
 const express = require('express');
 const fs = require('fs');
-const session = require('express-session');
 const bodyParser = require('body-parser');
 const mongoose = require('mongoose');
 const morgan = require('morgan');
-- 
GitLab