Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #111 from davidhouweling/master
Browse files Browse the repository at this point in the history
Update devServer.js
  • Loading branch information
gaearon committed Mar 5, 2016
2 parents 8008c5e + a502e0d commit db61f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ app.get('*', function(req, res) {
res.sendFile(path.join(__dirname, 'index.html'));
});

app.listen(3000, 'localhost', function(err) {
app.listen(3000, function(err) {
if (err) {
console.log(err);
return;
Expand Down

0 comments on commit db61f41

Please sign in to comment.