possible fix to #717

pull/719/head
DJ2LS 2024-05-04 21:10:19 +02:00
parent b227369e1d
commit 7040b06fbb
1 changed files with 1 additions and 0 deletions

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