added health check for database
This commit was merged in pull request #47.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user