parent
29d00e65b2
commit
4983d9eb2b
|
@ -2,8 +2,8 @@
|
|||
// where your node app starts
|
||||
|
||||
// init project
|
||||
var express = require('express');
|
||||
var app = express();
|
||||
const express = require('express');
|
||||
const app = express();
|
||||
|
||||
// we've started you off with Express,
|
||||
// but feel free to use whatever libs or frameworks you'd like through `package.json`.
|
||||
|
|
Loading…
Reference in New Issue