From 823ae9e2a71b3c43f678d68b594251117b5f8648 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 3 Apr 2025 19:10:40 -0400 Subject: [PATCH] Added uRL --- app/swagger/digifi_swagger.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/app/swagger/digifi_swagger.json b/app/swagger/digifi_swagger.json index 2f15bd9..782de5d 100644 --- a/app/swagger/digifi_swagger.json +++ b/app/swagger/digifi_swagger.json @@ -19,6 +19,9 @@ }, { "url": "http://api.dev.simbrellang.net:4500" + }, + { + "url": "https://api.dev.simbrellang.net" } ], "tags": [ @@ -96,6 +99,12 @@ } ], "paths": { + "/Authorize": { + "$ref": "swagger/paths/Authorize.json" + }, + "/AuthorizeRefresh": { + "$ref": "swagger/paths/AuthorizeRefresh.json" + }, "/EligibilityCheck": { "$ref": "swagger/paths/EligibilityCheck.json" }, @@ -116,12 +125,6 @@ }, "/NotificationCallback": { "$ref": "swagger/paths/NotificationCallback.json" - }, - "/Authorize": { - "$ref": "swagger/paths/Authorize.json" - }, - "/AuthorizeRefresh": { - "$ref": "swagger/paths/AuthorizeRefresh.json" } }, "components": {