From e864fac7cee9bf73120de987ad15cb5d536950eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Fri, 15 Oct 2021 00:14:58 +0300 Subject: [PATCH] Export headers configuration --- src/lib/utils/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts index 039abbc..7dc38fc 100644 --- a/src/lib/utils/index.ts +++ b/src/lib/utils/index.ts @@ -14,3 +14,4 @@ export * from './http-encoder'; export * from './types/iqser-types'; export * from './pruning-translation-loader'; export * from './custom-route-reuse.strategy'; +export * from './headers-configuration';