From a75daccf9fcd0ae498fb5308e1acda76216a0b9d Mon Sep 17 00:00:00 2001 From: Migatu Date: Tue, 9 Apr 2024 01:34:24 +0200 Subject: [PATCH] Ok. Fixed? --- communication_subroutine.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/communication_subroutine.py b/communication_subroutine.py index 31d72da..2323543 100644 --- a/communication_subroutine.py +++ b/communication_subroutine.py @@ -23,7 +23,9 @@ def answer_external_command(): #) #return return_data return jsonify("SUCCESS") - +@app.route("/conjurer", methods=["GET"]) +def check_alive(): + return jsonify("SUCCESS") def flask_debug(_logger): """