Skip to content

Commit

Permalink
Merge pull request #55 from facn2/issue49
Browse files Browse the repository at this point in the history
do not require fs
  • Loading branch information
MumboJumbo1122 authored Aug 17, 2017
2 parents 05fdb6f + 0810eac commit 3b4d849
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/router.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const http = require('http');
const qs = require('querystring');
const pg = require('pg');
const getData = require('./getData');
const handlers = require('./handlers');
const dbConnection = require('../database/db_connection');
Expand Down

0 comments on commit 3b4d849

Please sign in to comment.