Node API v2 (#3094)
* Node API v2 * Update gitignore * Add get_pmmr_indices method * Add Foreign and Owner API each one with specific secret * Fix failing tests * Revert to 'Option<u64>'
This commit is contained in:
committed by
Antioch Peverell
parent
8b8f0a0abd
commit
cdb2d6c72c
@@ -42,6 +42,8 @@ where
|
||||
ErrorKind::ResponseError(msg) => {
|
||||
response(StatusCode::INTERNAL_SERVER_ERROR, msg.clone())
|
||||
}
|
||||
// place holder
|
||||
ErrorKind::Router(_) => response(StatusCode::INTERNAL_SERVER_ERROR, ""),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user