Return 200 from JSON API when moon is POSTed.

This commit is contained in:
Adam Ierymenko 2017-03-10 19:37:03 -08:00
parent db87d95c1d
commit 6194d2af3d

View File

@ -1312,6 +1312,7 @@ public:
res["updatesMustBeSignedBy"] = json();
res["waiting"] = true;
_node->orbit(id,seed);
scode = 200;
}
} else scode = 404;