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 765f3b1 commit 5861bb9Copy full SHA for 5861bb9
nodejs/README.md
@@ -10,6 +10,8 @@ const { WebForms, InputPlace } = require('./WebForms');
10
const app = express();
11
const PORT = 3000;
12
13
+app.use(express.static('public'));
14
+
15
app.use(bodyParser.urlencoded({ extended: true }));
16
17
app.get('/', (req, res) => {
0 commit comments