Skip to content

Commit

Permalink
Merge pull request #33 from Inist-CNRS/feat/excluded-route-wrapper
Browse files Browse the repository at this point in the history
Add /v1/fields/csv into the excluded route
  • Loading branch information
AlasDiablo authored Apr 18, 2024
2 parents aea35e9 + a1bf25b commit c1180b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdm-be/src/model/DynamicConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class DynamicConfig {
tags: [
{
name: 'data-wrapper',
excluded: [],
excluded: ['/v1/fields/csv'],
},
],
},
Expand Down

0 comments on commit c1180b7

Please sign in to comment.