Merge pull request #382 from Telecominfraproject/openapi-fix

WIFI-14165: Fix wrong port in openapi.yaml
This commit is contained in:
i-chvets
2024-09-25 15:10:28 -04:00
committed by GitHub

View File

@@ -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: []