From ce9eb9fa7072207a8944447873e4196c4764f26e Mon Sep 17 00:00:00 2001 From: Igor Propisnov Date: Wed, 22 May 2024 22:06:45 +0200 Subject: [PATCH] added base path --- openapitools.json | 1 + 1 file changed, 1 insertion(+) diff --git a/openapitools.json b/openapitools.json index 61be202..8635a25 100644 --- a/openapitools.json +++ b/openapitools.json @@ -9,6 +9,7 @@ "output": "frontend/src/app/api", "inputSpec": "backend/docs/swagger.json", "additionalProperties": { + "basePath": "http://localhost:3000/api", "npmName": "Ticket-API-Services", "npmVersion": "0.0.0", "ngVersion": "17.0.0",