mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +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["waiting"] = true;
|
||||
_node->orbit(id,seed);
|
||||
scode = 200;
|
||||
}
|
||||
|
||||
} else scode = 404;
|
||||
|
|
Loading…
Add table
Reference in a new issue