Added correct domain

This commit is contained in:
Franklin 2023-04-30 15:44:39 -04:00
parent 2d6f4ea879
commit 6fb334e6f0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ use reqwest::Method;
use super::base::perform_request_without_client; 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> { pub async fn create_contact(contact: NewContactPayload) -> Result<(), err::Error> {
perform_request_without_client( perform_request_without_client(