Skip to content

Commit

Permalink
Updated web.js again
Browse files Browse the repository at this point in the history
  • Loading branch information
uribarri committed Jul 5, 2013
1 parent 944b9cb commit 04e8fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var app = express.createServer(express.logger());

app.get('/', function(request, response) {
var resbuf = fs.readFileSync('index.html');
var res = resbuf.toString('utf-8);
var res = resbuf.toString('utf-8');
response.send(res);
});

Expand Down

0 comments on commit 04e8fbc

Please sign in to comment.