Build path correctly

This commit is contained in:
Quentin
2020-11-11 19:48:01 +01:00
parent d445c4ef9c
commit 2765291796
4 changed files with 41 additions and 5 deletions
+1
View File
@@ -56,6 +56,7 @@ pub struct ApiConfig {
pub struct WebConfig {
pub bind_addr: SocketAddr,
pub root_domain: String,
pub index: String,
}
fn default_max_concurrent_rpc_requests() -> usize {