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(); ...@@ -12,7 +12,7 @@ var app = express();
12 app.use(express.static('public')); 12 app.use(express.static('public'));
13 13
14 // http://expressjs.com/en/starter/basic-routing.html 14 // http://expressjs.com/en/starter/basic-routing.html
15 app.get("/", function (request, response) { 15 app.get('/', function(request, response) {
16 response.sendFile(__dirname + '/views/index.html'); 16 response.sendFile(__dirname + '/views/index.html');
17 }); 17 });
18 18
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!