We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9487147 commit 7e9c1b1Copy full SHA for 7e9c1b1
nodeJs/src/nodeServer.js
@@ -2,8 +2,7 @@ const hostname = '127.0.0.1';
2
const port = 80;
3
4
var express = require('express');
5
-
6
-let app = express();
+var app = express();
7
8
app.use(express.static(__dirname + '/../../page_src'));
9
0 commit comments