Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jczaplew committed Dec 10, 2015
1 parent ee7716f commit abf9943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions complete-app/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ var app = express();
var http = require('http').Server(app);
var io = require('socket.io')(http);
var pg = require("pg");
var path = require('path');
var credentials = require("./credentials");

app.use(express.static('public'));
Expand Down

0 comments on commit abf9943

Please sign in to comment.