4f3e815d by Glitch (hello-express)

:waxing_gibbous_moon::smiley_cat: Checkpoint

./server.js:334152/7
1 parent 0a230d37
......@@ -12,7 +12,7 @@ var app = express();
app.use(express.static('public'));
// http://expressjs.com/en/starter/basic-routing.html
app.get("/", function (request, response) {
app.get('/', function(request, response) {
response.sendFile(__dirname + '/views/index.html');
});
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!