Skip to content

Commit 21033f8

Browse files
authored
Merge pull request #1374 from topcoder-platform/PS-481
Small tweak for directory pulling
2 parents ce26b47 + 380ce14 commit 21033f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/admin/src/lib/services/reports.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const buildReportUrl = (path: string): string => {
3636
}
3737

3838
export const fetchReportsIndex = async (): Promise<ReportsIndexResponse> => (
39-
xhrGetAsync<ReportsIndexResponse>(`${EnvironmentConfig.API.V6}/reports`)
39+
xhrGetAsync<ReportsIndexResponse>(`${EnvironmentConfig.API.V6}/reports/directory`)
4040
)
4141

4242
const downloadReportBlob = async (path: string, accept: string): Promise<Blob> => {

0 commit comments

Comments
 (0)