Body-parser wont pass the test

it wont pass the test

https://borr.glitch.me

then if I renem it and change url of Glich it passes ?

Is it the editor?
var bodyParser = require(‘body-parser’);

app.use(bodyParser.urlencoded({extended: false}));

and I check if I insttall body-parser …

Hello, the console.log with (req.body)
what did he give you
console.log(req.body)

body-parser module:
app.use(bodyParser.urlencoded({ extended: false }))
app.use(bodyParser.json())

is good code
I pass the test but evry time I have to change the name of Glich and the
Glitch url in seo file
ather wise it vont pass
something`s rong with the editor

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.