diff --git a/src/main.rs b/src/main.rs index 50b54a2..9249a0b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -11,7 +11,7 @@ use warp::{http::Method, http::Response, hyper::body::Bytes, path::FullPath, Fil const FOR_COPY: [&'static str; 2] = ["Content-Type", "Cookie"]; -const BASE: &str = "https://www.bankofmaldives.com.mv/internetbanking/api/"; +const BASE: &str = "https://www.bankofmaldives.com.mv"; const ERR: &str = "{ \"code\": 407, \"message\": \"Proxy failed\" }"; fn get_base_url() -> String {