Skeleton to the new web API

This commit is contained in:
Quentin
2020-11-02 15:48:39 +01:00
parent 104e2ce0a2
commit cea871d944
7 changed files with 823 additions and 706 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ pub struct ApiConfig {
#[derive(Deserialize, Debug, Clone)]
pub struct WebConfig {
pub website_bind_addr: SocketAddr,
pub web_bind_addr: SocketAddr,
}
fn default_max_concurrent_rpc_requests() -> usize {