Skip to content

Commit

Permalink
docs: fixed an incorrect port (#501)
Browse files Browse the repository at this point in the history
docs: Fixed an incorrect port for the Identity API
  • Loading branch information
JinsYin authored Dec 17, 2024
1 parent e23ce9e commit 6c46e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ java -Dweb.http.presentation.port=10001 \
```

this will expose the Presentation API at `http://localhost:10001/api/presentation` and the Identity API
at `http://localhost:8191/api/identity`. More information about IdentityHub's APIs can be
at `http://localhost:8182/api/identity`. More information about IdentityHub's APIs can be
found [here](docs/developer/architecture/identityhub-apis.md)

### Create the Docker image
Expand Down

0 comments on commit 6c46e22

Please sign in to comment.