1pub fn get_api_url() -> String { 2 let api_url = "https://api.devalang.com"; 3 // let api_url = "http://127.0.0.1:8989"; 4 api_url.to_string() 5}