mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
chore: expose cloud client
This commit is contained in:
parent
56f4c0698c
commit
49218453bc
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue