Does it a good summary about the excercice

Tell us what’s happening:

Hello whene the code say `

app.get("/json", (req, res) => {
  res.json({
    message: "Hello json"
  });
});

is it to make an objet message : "Hello json" at the url mydomain/json.
to make an “API” where prgramm can get the object with a request GET at the url myDomain/json ?

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36

Challenge: Serve JSON on a Specific Route

Link to the challenge:

Serve the object {"message": "Hello json"} as a response, in JSON format, to GET…

1 Like

I’m confused by the question (if it is a question that is), but I guess the answer is, yes.

Yes is a question.
It’s a question for know if i had understand the excercice.

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