Skip to content

Commit

Permalink
Fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed May 12, 2014
1 parent 3731f42 commit 44a6032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var server = require('json-server')

var port = 3000 || process.env.PORT
var port = process.env.PORT || 3000

function reset() {
server.low.load('data.json')
Expand Down

0 comments on commit 44a6032

Please sign in to comment.