mirror of
https://github.com/docmost/docmost.git
synced 2026-08-25 01:32:13 +10:00
fix(confluence-api-import): rename list endpoint to history
This commit is contained in:
@@ -49,7 +49,7 @@ export async function getConfluenceImportStatus(
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function listConfluenceImports(): Promise<ListImportsResponse> {
|
export async function listConfluenceImports(): Promise<ListImportsResponse> {
|
||||||
const req = await api.post<ListImportsResponse>("/confluence-import/list");
|
const req = await api.post<ListImportsResponse>("/confluence-import/history");
|
||||||
return req.data;
|
return req.data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user