mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-12 20:26:04 +08:00
fix: add public-doc api
This commit is contained in:
@@ -176,7 +176,7 @@ export async function downloadWorkspace(
|
|||||||
published = false
|
published = false
|
||||||
): Promise<ArrayBuffer> {
|
): Promise<ArrayBuffer> {
|
||||||
if (published) {
|
if (published) {
|
||||||
return bareClient.get(`api/workspace/${workspaceId}/doc`).arrayBuffer();
|
return bareClient.get(`api/public/doc/${workspaceId}`).arrayBuffer();
|
||||||
}
|
}
|
||||||
return client.get(`api/workspace/${workspaceId}/doc`).arrayBuffer();
|
return client.get(`api/workspace/${workspaceId}/doc`).arrayBuffer();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user