From 8052c3c622b7832ecd3818a6fcf84de971419cbf Mon Sep 17 00:00:00 2001 From: Mark Tyers Date: Thu, 24 Jan 2019 15:57:45 +0000 Subject: [PATCH] fixed bug --- 01a The HTTP Protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01a The HTTP Protocol.md b/01a The HTTP Protocol.md index 97b0646..85dfcc3 100644 --- a/01a The HTTP Protocol.md +++ b/01a The HTTP Protocol.md @@ -50,7 +50,7 @@ Study the `index.js` script in the `exercises/02_http/01_url/` directory. Now start the server: 1. Access the root url, notice that the message **Hello World** is displayed in the browser. -2. Access the `/hello` url. This should result in the same message being displayed. +2. Access the `/anon` url. This should result in the same message being displayed. 3. Locate the code for these two routes, can you understand how they work? ### 1.2 URL Parameters