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): """