
Checkpoint
./server.js:334152/7
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment