Skip to content

Commit

Permalink
Fix wrong port in openapi.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Capparelli <[email protected]>
  • Loading branch information
acapparelli authored and i-chvets committed Sep 25, 2024
1 parent e7362c2 commit 38bc0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/owgw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
url: https://www.ucentral.info/support

servers:
- url: 'https://localhost:16001/api/v1'
- url: 'https://localhost:16002/api/v1'

security:
- bearerAuth: []
Expand Down

0 comments on commit 38bc0f0

Please sign in to comment.