mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
possible fix to #717
This commit is contained in:
parent
b227369e1d
commit
7040b06fbb
1 changed files with 1 additions and 0 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue