improve email

This commit is contained in:
CHIEFSOFT\ameye
2025-09-05 19:29:28 -04:00
parent 399ccc25ee
commit 78dd6fec6e
5 changed files with 208 additions and 16 deletions
+6 -1
View File
@@ -453,7 +453,12 @@ def common_practice():
# return jsonify(result)
# ===================================================
# Health Check Endpoint
@api.route("/testemail", methods=["GET"])
def email_check():
data ={}
AccountService.process_test_email(data)
return {"status": "ok"}, 200
# Health Check Endpoint
@api.route("/health", methods=["GET"])