Added uRL

This commit is contained in:
CHIEFSOFT\ameye
2025-04-03 19:10:40 -04:00
parent d16978d023
commit 823ae9e2a7
+9 -6
View File
@@ -19,6 +19,9 @@
}, },
{ {
"url": "http://api.dev.simbrellang.net:4500" "url": "http://api.dev.simbrellang.net:4500"
},
{
"url": "https://api.dev.simbrellang.net"
} }
], ],
"tags": [ "tags": [
@@ -96,6 +99,12 @@
} }
], ],
"paths": { "paths": {
"/Authorize": {
"$ref": "swagger/paths/Authorize.json"
},
"/AuthorizeRefresh": {
"$ref": "swagger/paths/AuthorizeRefresh.json"
},
"/EligibilityCheck": { "/EligibilityCheck": {
"$ref": "swagger/paths/EligibilityCheck.json" "$ref": "swagger/paths/EligibilityCheck.json"
}, },
@@ -116,12 +125,6 @@
}, },
"/NotificationCallback": { "/NotificationCallback": {
"$ref": "swagger/paths/NotificationCallback.json" "$ref": "swagger/paths/NotificationCallback.json"
},
"/Authorize": {
"$ref": "swagger/paths/Authorize.json"
},
"/AuthorizeRefresh": {
"$ref": "swagger/paths/AuthorizeRefresh.json"
} }
}, },
"components": { "components": {