Skip to content
Permalink
Browse files
fixed bug
  • Loading branch information
aa7401 committed Jan 24, 2019
1 parent c19c97e commit 8052c3c622b7832ecd3818a6fcf84de971419cbf
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 8052c3c

Please sign in to comment.