
Checkpoint
./server.js:728660/16
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -2,8 +2,8 @@ | ... | @@ -2,8 +2,8 @@ |
2 | // where your node app starts | 2 | // where your node app starts |
3 | 3 | ||
4 | // init project | 4 | // init project |
5 | var express = require('express'); | 5 | const express = require('express'); |
6 | var app = express(); | 6 | const app = express(); |
7 | 7 | ||
8 | // we've started you off with Express, | 8 | // we've started you off with Express, |
9 | // but feel free to use whatever libs or frameworks you'd like through `package.json`. | 9 | // but feel free to use whatever libs or frameworks you'd like through `package.json`. | ... | ... |
-
Please register or sign in to post a comment