Browse Source

semi-correction #470

embed
Hakim El Hattab 12 years ago
parent
commit
5655b5f467
  1. 2
      plugin/multiplex/index.js
  2. 2
      plugin/notes-server/index.js

2
plugin/multiplex/index.js

@ -30,7 +30,7 @@ app.configure(function() {
});
app.get("/", function(req, res) {
res.writeHead(200, {'Content-Type': 'text/html'})
res.writeHead(200, {'Content-Type': 'text/html'});
fs.createReadStream(opts.baseDir + '/index.html').pipe(res);
});

2
plugin/notes-server/index.js

@ -30,7 +30,7 @@ app.configure(function() {
});
app.get("/", function(req, res) {
res.writeHead(200, {'Content-Type': 'text/html'})
res.writeHead(200, {'Content-Type': 'text/html'});
fs.createReadStream(opts.baseDir + '/index.html').pipe(res);
});

Loading…
Cancel
Save