mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-18 20:47:53 +00:00
Return 200 from JSON API when moon is POSTed.
This commit is contained in:
parent
db87d95c1d
commit
6194d2af3d
@ -1312,6 +1312,7 @@ public:
|
||||
res["updatesMustBeSignedBy"] = json();
|
||||
res["waiting"] = true;
|
||||
_node->orbit(id,seed);
|
||||
scode = 200;
|
||||
}
|
||||
|
||||
} else scode = 404;
|
||||
|
Loading…
Reference in New Issue
Block a user