You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: src/content/9/en/part9b.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1093,7 +1093,7 @@ Configure your project to use the above ESlint settings and fix all the warnings
1093
1093
1094
1094
#### 9.7 WebExercises
1095
1095
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:
0 commit comments