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

Hyp 65 wrong ports in readme #45

Merged
merged 7 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,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.6.4",
"version": "0.6.6",
"description": "An OpenAPI API service for DSCP",
"main": "src/index.ts",
"scripts": {
Expand Down