Skip to content

Commit

Permalink
fix typ0
Browse files Browse the repository at this point in the history
  • Loading branch information
sveisvei committed Nov 13, 2016
1 parent 34f6e5d commit c7faf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const logger = require('./logger');
const migrator = require('../migrator');
const { createStores } = require('./db');
const getApp = require('./lib/app');
const getApp = require('./app');

const DEFAULT_OPTIONS = {
databaseUri: process.env.DATABASE_URL || 'postgres://unleash_user:passord@localhost:5432/unleash',
Expand Down

0 comments on commit c7faf46

Please sign in to comment.