Commit 0556ba8
authored
revert changing localhost:3001 address
The problem trying to fix is that while initially the course material creates and uses the endpoint 'http://localhost:3001/api/testing/reset', when it refers to using baseUrl it uses as an example the route 'http://localhost:5173/api/tests/reset', which is never used in the course material.
As the course first mentions to "replace all the addresses in the tests from http://localhost:3001/api/... to http://localhost:5173/api/...", it makes sense to use as an example the route 'http://localhost:5173/api/testing/reset'. For this reason, I suggest to change only /tests/ to /testing/ as this might lead to confusion.1 parent 69bf552 commit 0556ba8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
952 | 952 | | |
953 | 953 | | |
954 | 954 | | |
955 | | - | |
| 955 | + | |
956 | 956 | | |
957 | 957 | | |
958 | 958 | | |
| |||
0 commit comments