Skip to content

Commit 7e9c1b1

Browse files
author
ztree
committed
no message
1 parent 9487147 commit 7e9c1b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nodeJs/src/nodeServer.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ const hostname = '127.0.0.1';
22
const port = 80;
33

44
var express = require('express');
5-
6-
let app = express();
5+
var app = express();
76

87
app.use(express.static(__dirname + '/../../page_src'));
98

0 commit comments

Comments
 (0)