app.get("/", (request, response)=>{
response.send("Hello Express");
});
https://boilerplate-express-1.eayitey.repl.co
I have this as my solution but it doesn’t seem to work. Any help please?
app.get("/", (request, response)=>{
response.send("Hello Express");
});
https://boilerplate-express-1.eayitey.repl.co
I have this as my solution but it doesn’t seem to work. Any help please?
I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.
See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).
Hi @ej.ayitey !
Welcome to the forum!
I have edited your post to remove the link from the title since we cannot click on them.
The link you provided works on my end.
Thank you @jwilkins.oboe for coming through. I cannot tell what happened but it resolved after I refreshed the page. Your input on entering code on the forum is well noted.
This is my first day on the Free code camp. 
Thanks again.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.