Skip to content

Commit

Permalink
#118 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Jun 8, 2014
1 parent d3380f7 commit 0b2a6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webserver/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ webserver.start = function (options, callback) {
});

next();
};
}

app.use(stampHeaders);
app.use(express.static(path.join(__dirname, 'public')));
Expand Down

0 comments on commit 0b2a6c4

Please sign in to comment.