Skip to content

Commit

Permalink
feat: add /v1/fields/csv into the excluded route
Browse files Browse the repository at this point in the history
  • Loading branch information
AlasDiablo committed Apr 17, 2024
1 parent aea35e9 commit a1bf25b
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 a1bf25b

Please sign in to comment.