Added correct domain
This commit is contained in:
parent
2d6f4ea879
commit
6fb334e6f0
|
@ -3,7 +3,7 @@ use reqwest::Method;
|
|||
|
||||
use super::base::perform_request_without_client;
|
||||
|
||||
pub const BASE_URL: &str = "http://0.0.0.0:8085/api";
|
||||
pub const BASE_URL: &str = "https://blancolorenzo.pro/api";
|
||||
|
||||
pub async fn create_contact(contact: NewContactPayload) -> Result<(), err::Error> {
|
||||
perform_request_without_client(
|
||||
|
|
Loading…
Reference in New Issue