We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce26b47 + 380ce14 commit 21033f8Copy full SHA for 21033f8
src/apps/admin/src/lib/services/reports.service.ts
@@ -36,7 +36,7 @@ const buildReportUrl = (path: string): string => {
36
}
37
38
export const fetchReportsIndex = async (): Promise<ReportsIndexResponse> => (
39
- xhrGetAsync<ReportsIndexResponse>(`${EnvironmentConfig.API.V6}/reports`)
+ xhrGetAsync<ReportsIndexResponse>(`${EnvironmentConfig.API.V6}/reports/directory`)
40
)
41
42
const downloadReportBlob = async (path: string, accept: string): Promise<Blob> => {
0 commit comments