Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Hyp 65 wrong ports in readme (#45)
Browse files Browse the repository at this point in the history
* Change ports for identity service in README to correspond to docker-compose
  • Loading branch information
rmlearney-digicatapult authored Dec 19, 2023
1 parent 7e251dc commit 2a36cc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ The 3-party demonstration creates 3 personas with different roles, given below.

The single-party version only uses:

- [localhost:8000/swagger](http://localhost:8000/swagger/#/)
- HyProof API: [localhost:3000/swagger](http://localhost:3000/swagger/#/)

- [localhost:9000/v1/swagger](http://localhost:9000/v1/swagger/#/)
- Identity Service: [localhost:3002/v1/swagger](http://localhost:3002/v1/swagger/#/)

### Using the HyProof API

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/dscp-hyproof-api",
"version": "0.7.0",
"version": "0.7.1",
"description": "An OpenAPI API service for DSCP",
"main": "src/index.ts",
"scripts": {
Expand Down

0 comments on commit 2a36cc9

Please sign in to comment.