Skip to content

Commit

Permalink
chore: expose cloud client
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Jan 14, 2025
1 parent 56f4c06 commit 4921845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/client-api/src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl Default for ClientConfiguration {
///
#[derive(Clone)]
pub struct Client {
pub(crate) cloud_client: reqwest::Client,
pub cloud_client: reqwest::Client,
pub(crate) gotrue_client: gotrue::api::Client,
pub base_url: String,
pub ws_addr: String,
Expand Down

0 comments on commit 4921845

Please sign in to comment.