[rust]: create default workspace

This commit is contained in:
appflowy 2021-11-08 19:19:02 +08:00
parent fb608be79e
commit b79267d15c
40 changed files with 368 additions and 263 deletions

View file

@ -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()