Rename server file

This commit is contained in:
Gabriel Augendre 2016-04-26 03:01:11 +02:00
parent 808a11f60f
commit 0caa6ab221
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1
2 changed files with 1 additions and 1 deletions

View file

@ -10,7 +10,7 @@ var WORKERS = process.env.WEB_CONCURRENCY || 1;
function start() {
var app = require('../app');
var app = require('../server');
// Specify listen port
app.set('port', process.env.PORT || 3000);