WIP
This commit is contained in:
parent
154c558175
commit
61114fe775
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ mod server {
|
|||
let http = &server_config.http()?;
|
||||
let http_addr = http.ip();
|
||||
let http_port = server_config.http()?.port();
|
||||
let webhook_url = server_config.webhook().base_url();
|
||||
let webhook_url = server_config.inbound_webhook().base_url();
|
||||
let storage_path = server_config.storage().path();
|
||||
let notification_webhook_url = server_config
|
||||
.notification()
|
||||
|
|
Loading…
Reference in a new issue