possible fix to #717

This commit is contained in:
DJ2LS 2024-05-04 21:10:19 +02:00
parent b227369e1d
commit 7040b06fbb

View file

@ -165,6 +165,7 @@ def post_beacon():
app.state_manager.set('is_beacon_running', request.json['enabled'])
app.state_manager.set('is_away_from_key', request.json['away_from_key'])
return api_ok()
@app.route('/modem/ping_ping', methods=['POST'])
def post_ping():