Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Commit

Permalink
Don't make the chart server actually run anything; we'll be using up …
Browse files Browse the repository at this point in the history
…now.
  • Loading branch information
apendleton committed Feb 6, 2012
1 parent 99fb02f commit 3c27475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/node_chart.js
Expand Up @@ -70,4 +70,4 @@ app.get(/^\/chart\/([a-zA-Z_]+)\/(.+)/, function(req, res) {
});
});

app.listen(3000);
module.exports = app;

0 comments on commit 3c27475

Please sign in to comment.