corrected checkRac swagger endpoint

This commit was merged in pull request #8.
This commit is contained in:
Chinenye Nmoh
2025-05-26 22:02:39 +01:00
parent 1fd0a5be64
commit 43c07769a8
6 changed files with 14 additions and 13 deletions
+3
View File
@@ -112,6 +112,9 @@
"paths": {
"/api/rac-check": {
"$ref": "swagger/paths/RACCheck.json"
},
"/api/CompleteRACcheck": {
"$ref": "swagger/paths/CompleteRACcheck.json"
},
"/api/DisburseLoan": {
"$ref": "swagger/paths/Disbursement.json"
+2 -6
View File
@@ -50,11 +50,7 @@
"500": {
"description": "Internal server error"
}
},
"security": [
{
"basic_auth": []
}
]
}
}
}