Skip to content

Commit 2986b6b

Browse files
authored
Fix typo in exercise 9.7
The server is initially set to run on port 3003, then on exercise '9.7 WebExercises' we are told to add an endpoint to the app on http://localhost:3002/exercises
1 parent 22153df commit 2986b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ Configure your project to use the above ESlint settings and fix all the warnings
10931093
10941094
#### 9.7 WebExercises
10951095
1096-
Add an endpoint to your app for the exercise calculator. It should be used by doing a HTTP POST request to the endpoint <http://localhost:3002/exercises> with the following input in the request body:
1096+
Add an endpoint to your app for the exercise calculator. It should be used by doing a HTTP POST request to the endpoint <http://localhost:3003/exercises> with the following input in the request body:
10971097
10981098
```js
10991099
{

0 commit comments

Comments
 (0)