mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
Return 200 from JSON API when moon is POSTed.
This commit is contained in:
parent
db87d95c1d
commit
6194d2af3d
1 changed files with 1 additions and 0 deletions
|
@ -1312,6 +1312,7 @@ public:
|
||||||
res["updatesMustBeSignedBy"] = json();
|
res["updatesMustBeSignedBy"] = json();
|
||||||
res["waiting"] = true;
|
res["waiting"] = true;
|
||||||
_node->orbit(id,seed);
|
_node->orbit(id,seed);
|
||||||
|
scode = 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
} else scode = 404;
|
} else scode = 404;
|
||||||
|
|
Loading…
Add table
Reference in a new issue