This commit is contained in:
wh1te909 2021-01-12 21:06:44 +00:00
parent 6e2e576b29
commit ee44240569
1 changed files with 1 additions and 1 deletions

View File

@ -96,4 +96,4 @@ class SyncMeshNodeID(APIView):
agent.mesh_node_id = request.data["nodeid"]
agent.save(update_fields=["mesh_node_id"])
return Response("ok")
return Response("ok")