added health check for database

This commit was merged in pull request #47.
This commit is contained in:
Chinenye Nmoh
2025-10-03 13:44:52 +01:00
parent eaa4529f44
commit b0f5b71dd9
2 changed files with 25 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ from app.config import settings
autocall_bp = Blueprint("autocall", __name__)
@autocall_bp.route("/refresh-verify-disbursement", methods=["GET"])
def verify_transaction():
logger.info(f"Calling VerifyTransaction Components")