This commit is contained in:
iFargle
2023-03-29 13:09:02 +09:00
parent 9b5d8473c9
commit 57a09ca139

View File

@@ -225,6 +225,7 @@ def update_route(url, api_key, route_id, current_state):
'Authorization': 'Bearer '+str(api_key)
}
)
app.logger.debug("Toggled route. Headscale response: %s", str(response.json()))
return response.json()
# Get all machines on the Headscale network