Skip to content

Commit

Permalink
read security files
Browse files Browse the repository at this point in the history
  • Loading branch information
athiththan11 committed Jul 14, 2019
1 parent 0ca7d81 commit 59014a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require('dotenv').config();
var path = require('path');
var fs = require('fs');

var express = require('express');
var session = require('express-session');
Expand Down

0 comments on commit 59014a1

Please sign in to comment.