Skip to content

Commit 5861bb9

Browse files
Update README.md
1 parent 765f3b1 commit 5861bb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nodejs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ const { WebForms, InputPlace } = require('./WebForms');
1010
const app = express();
1111
const PORT = 3000;
1212

13+
app.use(express.static('public'));
14+
1315
app.use(bodyParser.urlencoded({ extended: true }));
1416

1517
app.get('/', (req, res) => {

0 commit comments

Comments
 (0)