Skip to content

Commit

Permalink
fix: change url for export
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-BOUYAHIA committed May 22, 2024
1 parent 1759031 commit e210d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/aphp/serviceCohorts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ const servicesCohorts: IServiceCohorts = {
try {
const { cohortId, motivation, tables } = args

return await apiBackend.post<Export>('/exports/v1/exports/', {
return await apiBackend.post<Export>('/exports/', {
motivation,
export_tables: tables.map((table: ExportCSVTable) => ({
table_ids: table.id,
Expand Down

0 comments on commit e210d73

Please sign in to comment.