From a1bf25bcc9d21bce9294105b26c41e9826097255 Mon Sep 17 00:00:00 2001 From: AlasDiablo <25723276+AlasDiablo@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:44:53 +0200 Subject: [PATCH] feat: add /v1/fields/csv into the excluded route --- tdm-be/src/model/DynamicConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdm-be/src/model/DynamicConfig.ts b/tdm-be/src/model/DynamicConfig.ts index c9f5463..9d1432f 100644 --- a/tdm-be/src/model/DynamicConfig.ts +++ b/tdm-be/src/model/DynamicConfig.ts @@ -45,7 +45,7 @@ export class DynamicConfig { tags: [ { name: 'data-wrapper', - excluded: [], + excluded: ['/v1/fields/csv'], }, ], },