Update HTTP client
This commit is contained in:
parent
de729e9e53
commit
4ce639331b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ use serde::{de::DeserializeOwned, Serialize};
|
|||
use std::sync::Arc;
|
||||
use std::time::Duration;
|
||||
|
||||
const DEFAULT_BOTSERVER_URL: &str = "https://localhost:9000";
|
||||
const DEFAULT_BOTSERVER_URL: &str = "http://localhost:8080";
|
||||
const DEFAULT_TIMEOUT_SECS: u64 = 30;
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue