Update main.rs
[noci]
This commit is contained in:
parent
89986ec0e0
commit
e85a2f3804
@ -506,7 +506,9 @@ impl Configuration {
|
|||||||
sync.clone(),
|
sync.clone(),
|
||||||
account_service.clone(),
|
account_service.clone(),
|
||||||
miner.clone(),
|
miner.clone(),
|
||||||
&url, cors, apis.split(',').collect()
|
&url,
|
||||||
|
cors,
|
||||||
|
apis.split(',').collect()
|
||||||
);
|
);
|
||||||
if let Some(handler) = server_handler {
|
if let Some(handler) = server_handler {
|
||||||
panic_handler.forward_from(handler.deref());
|
panic_handler.forward_from(handler.deref());
|
||||||
|
Loading…
Reference in New Issue
Block a user