Added missing comment

This commit is contained in:
davetoland 2017-11-18 20:50:44 +00:00
parent 81aede25ec
commit 839fd24b14
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ namespace BlockChainDemo
return chain.GetFullChain();
//POST: http://localhost:12345/nodes/register
//{ "Urls": ["localhost:54321", "localhost:54345", "localhost:12321"] }
case "/nodes/register":
if (request.HttpMethod != HttpMethod.Post.Method)
return $"{new HttpResponseMessage(HttpStatusCode.MethodNotAllowed)}";