What's the meaning of "point your browser to your-app-url/jso"?

Could you tell me what the meaning of “point your browser to your-app-url/jso” is ?

Your project link(s)

solution: boilerplate-express-2 - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36

Challenge: Serve JSON on a Specific Route

Link to the challenge:

They mean to put that url in the address bar. For example, if I wanted to point my browser to fcc, I would put www.freecodecamp.org in the address bar.

This:

Then point your browser to your-app-url/json , you should see the message on the screen.

is telling you to do that for your app.

But I can’t do that with you app. When I get your server address and try to do that with https://boilerplate-express-2.raymondguo007.repl.co/json, I get an error.

1 Like

Now it’s working - go figure.

1 Like

Thanks, finally, I passed the challenge! hhhhhhh

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