I don't understand why this keeps happening

Tell us what’s happening:
I have a problem with the 6 section of the Basic Node and Express, i have done everithing that ask you to do, but an error keeps poping up

Your code so far
Here’s my code https://glitch.com/edit/#!/join/d32c42b1-fccc-4599-89f8-d62954d02b49

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0.

Challenge: undefined

Link to the challenge:
https://www.freecodecamp.org/learn/apis-and-microservices/basic-node-and-express/use-the-.env-file

you should only have 1 app.get("/json", (req, res) => { ... in your code.

all of your logic for this challenge should be inside this route.

1 Like

Thank you very much, it work that way :grinning: