mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 15:17:28 -04:00
[rust]: create default workspace
This commit is contained in:
parent
fb608be79e
commit
b79267d15c
40 changed files with 368 additions and 263 deletions
|
@ -21,7 +21,7 @@ pub async fn create_workspace_request(
|
|||
|
||||
pub async fn read_workspaces_request(
|
||||
token: &str,
|
||||
params: QueryWorkspaceParams,
|
||||
params: WorkspaceIdentifier,
|
||||
url: &str,
|
||||
) -> Result<RepeatedWorkspace, ServerError> {
|
||||
let repeated_workspace = request_builder()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue