Skip to content

Commit

Permalink
Server change
Browse files Browse the repository at this point in the history
  • Loading branch information
gainjenna committed Apr 5, 2016
1 parent db7e7a0 commit 41ddd0a
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 @@ -4,6 +4,7 @@ var bodyParser = require('body-parser');
var pg = require('pg');
var connectionString = 'postgres://localhost:5432/test';


// database users
var userTableSure = require('./server/models/users/userModel.js').userTableSure;
var userController = require('./server/models/users/userController.js');
Expand Down

0 comments on commit 41ddd0a

Please sign in to comment.