Add missing doc and route for Node API (#3059)

* Add missing doc and route for Node API
This commit is contained in:
Quentin Le Sceller
2019-09-26 11:44:44 -04:00
committed by GitHub
parent fc4e2985d5
commit 213daf72ca
2 changed files with 62 additions and 0 deletions
+1
View File
@@ -103,6 +103,7 @@ pub fn build_router(
"get chain".to_string(),
"post chain/compact".to_string(),
"get chain/validate".to_string(),
"get chain/kernels/xxx?min_height=yyy&max_height=zzz".to_string(),
"get chain/outputs/byids?id=xxx,yyy,zzz".to_string(),
"get chain/outputs/byheight?start_height=101&end_height=200".to_string(),
"get status".to_string(),