Skip to content

Commit

Permalink
Merge pull request #382 from Telecominfraproject/openapi-fix
Browse files Browse the repository at this point in the history
WIFI-14165: Fix wrong port in openapi.yaml
  • Loading branch information
i-chvets authored Sep 25, 2024
2 parents e7362c2 + 38bc0f0 commit 83eb603
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 83eb603

Please sign in to comment.