Skip to content

Commit

Permalink
Merge branch 'master' of heroku.com:intense-badlands-5031
Browse files Browse the repository at this point in the history
  • Loading branch information
ttjordan committed Jul 5, 2013
2 parents d0fe0d9 + b4015ea commit b6c5486
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 fs = require('fs')
var app = express.createServer(express.logger());

app.get('/', function(request, response) {
var text = fs.readFileSync(index.html);
var text = fs.readFileSync('index.html');
response.send(text.toString());
});

Expand Down

0 comments on commit b6c5486

Please sign in to comment.