Tj Holowaychuk 15 years ago
parent
commit
201e77d02f
  1. 1
      test/server.js

1
test/server.js

@ -30,7 +30,6 @@ app.get('/', function(req, res){
res.render('tests'); res.render('tests');
}); });
var n = 0;
app.post('/render', function(req, res, next){ app.post('/render', function(req, res, next){
// Normalize state.png as ./public/state.png // Normalize state.png as ./public/state.png
// no good way around this at the moment // no good way around this at the moment

Loading…
Cancel
Save