botui/src/http_client.rs

5 lines
105 B
Rust

#![cfg(not(feature = "desktop"))]
pub use botlib::http_client::*;
pub use botlib::models::ApiResponse;