Skip to content

Commit

Permalink
feat: Add our poc9 server as option to OpenAPI servers list
Browse files Browse the repository at this point in the history
This allows the OpenAPI interface to interact with our demo server
  • Loading branch information
berkes committed Jul 22, 2024
1 parent c25f9da commit 8449770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agent_api_rest/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ info:
servers:
- url: http://localhost:3033
description: Development
- url: https://agent.poc9.eduwallet.nl
description: Demo - POC9

paths:
/v0/configurations/credential_configurations:
Expand Down

0 comments on commit 8449770

Please sign in to comment.