Skip to content

Commit 0aa92e3

Browse files
authored
Merge pull request #3519 from jurdanetac/patch-1
Fix typo in exercise 9.7
2 parents 22153df + 2986b6b commit 0aa92e3

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)