// running tests The response of the endpoint
/json
should change according to the environment variable
MESSAGE_STYLE
// tests completed
My project link:
Challenge: Basic Node and Express - Use the .env File
Link to the challenge:
// running tests The response of the endpoint
/json
should change according to the environment variable
MESSAGE_STYLE
// tests completed
My project link:
Challenge: Basic Node and Express - Use the .env File
Link to the challenge:
Hi there and welcome to the forum!
The challenge instructions:
The response object should either be
{"message": "Hello json"}or{"message": "HELLO JSON"}
Your code does not return exactly the required response object.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.