Tell us what’s happening:
Build a Web Server - Lesson 20
The lesson asks to execute this step - “Restart your server, and make a request to http://localhost:3001/hello. You no longer need to add a timeout to your curl command, because your sever is responding with something.”
I followed the exact step but the test still fails with the message - “You should restart the server, and make a request to it”
I’ve tried using new terminal to do this but that didn’t work either. Please help me with this issue
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/152.0.0.0 Safari/537.36
Challenge Information:
Build a Web Server - Build a Web Server