mirror of
https://github.com/docmost/docmost.git
synced 2025-11-14 05:31:11 +10:00
updates and fixes
* seo friendly urls * custom client serve-static module * database fixes * fix recent pages * other fixes
This commit is contained in:
@ -14,6 +14,11 @@ export async function getWorkspace(): Promise<IWorkspace> {
|
||||
return req.data;
|
||||
}
|
||||
|
||||
export async function getWorkspacePublicData(): Promise<IWorkspace> {
|
||||
const req = await api.post<IWorkspace>("/workspace/public");
|
||||
return req.data;
|
||||
}
|
||||
|
||||
// Todo: fix all paginated types
|
||||
export async function getWorkspaceMembers(
|
||||
params?: QueryParams,
|
||||
|
||||
Reference in New Issue
Block a user