From bddce977a13959f8e1087bf82fbc2543c7958c8a Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 30 Oct 2025 20:11:33 -0400 Subject: [PATCH] Merge branch 'master' of https://gitlab.chiefsoft.net/DigiFi/FirstCore # Conflicts: # app/config.py --- app/swagger/digifi_swagger.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/app/swagger/digifi_swagger.json b/app/swagger/digifi_swagger.json index e478ee5..49abd0c 100644 --- a/app/swagger/digifi_swagger.json +++ b/app/swagger/digifi_swagger.json @@ -33,14 +33,17 @@ "url": "http://www.simbrellang.net:14700" }, { - "url" : "http://10.10.11.17:4300" + "url": "http://10.10.11.17:4300" }, { - "url" : "http://10.10.11.17:4700" + "url": "http://10.10.11.17:4700" + }, + { + "url": "http://10.2.249.133:4700" } ], "tags": [ - { + { "name": "Authorize", "description": "This feature will be used for authorizing customers.", "externalDocs": { @@ -145,7 +148,9 @@ }, "/health": { "get": { - "tags": ["Health"], + "tags": [ + "Health" + ], "summary": "Health Check", "description": "Returns service health information including DB connection status.", "responses": { @@ -168,7 +173,9 @@ "example": { "status": "ok", "db_status": "Connection Failed", - "error":["could not connect to server: Connection refused"] + "error": [ + "could not connect to server: Connection refused" + ] } } }