Tell us what’s happening:
Describe your issue in detail here.
I have error here , my message has change uppercase … but it wont pass the test ?
solution: Https://boilerplate-express.zaklinaradivoje.repl.co
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 Edg/91.0.864.41
Challenge: Use the .env File
Link to the challenge:
Hi @zaklina !
Welcome to the forum!
The link you have provided is not working right now.
Hello HTML (zaklinaradivoje.repl.co)
her is the link to my truble err … Hy!
Instruction:
The response object should either be {“message”: “Hello json”} or {“message”: “HELLO JSON”}
Your code:
let message = "Hello Json";
...
res.json(message);
What’s your response to /json without UPPERCASE variable?
Take a closer look at capitalization , or just copy response object from the instruction. Does this help?
system
closed
#9
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.