Tell us what’s happening:
app.get(“/json”,function (req,res) {
res.json({“message”:process.env.MESSAGE_STYLE==“uppercase”?“HELLO JSON”:“Hello Json”})
}) what is problem in this code
Your project link(s)
solution: boilerplate-express - Replit
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.35
Challenge: Basic Node and Express - Use the .env File
Link to the challenge: