Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.

Commit 2d87e7a

Browse files
authored
fix 4004 port number
1 parent 6f4ea53 commit 2d87e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/05/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ service CatalogService {
3636

3737
Observe that the CDS Language Service extension picks up the new `Orders` entity straight away (as long as you've saved the `db/schema.cds` file) and offers it as a suggestion in the code completion feature.
3838

39-
:point_right: Noting that your service has been automatically restarted (by `cds watch`) already, take a look at the new `Orders` entity: <http://localhost:4000/catalog/Orders>.
39+
:point_right: Noting that your service has been automatically restarted (by `cds watch`) already, take a look at the new `Orders` entity: <http://localhost:4004/catalog/Orders>.
4040

4141
You should see an error both in the response returned, and in the service log output, that looks something like this:
4242

0 commit comments

Comments
 (0)