From 38bc0f0d69f23ca63db065e8a62ab48471b57357 Mon Sep 17 00:00:00 2001 From: Adam Capparelli Date: Wed, 25 Sep 2024 10:40:06 -0400 Subject: [PATCH] Fix wrong port in openapi.yaml Signed-off-by: Adam Capparelli --- openapi/owgw.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/owgw.yaml b/openapi/owgw.yaml index a03a1d27..2ff02dae 100644 --- a/openapi/owgw.yaml +++ b/openapi/owgw.yaml @@ -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: []