From 5089e5b35ba3c8cf4f743ad9fc6d44bb2ef6cb3d Mon Sep 17 00:00:00 2001 From: Ihar Date: Thu, 20 Jun 2024 15:02:39 +0500 Subject: [PATCH] empty commit for merge to develop --- api-gateway/src/api/service/themes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api-gateway/src/api/service/themes.ts b/api-gateway/src/api/service/themes.ts index b4a640dd2..ff1ba797a 100644 --- a/api-gateway/src/api/service/themes.ts +++ b/api-gateway/src/api/service/themes.ts @@ -5,6 +5,7 @@ import { ApiTags, ApiOperation, ApiBody, ApiOkResponse, ApiInternalServerErrorRe import { Permissions } from '@guardian/interfaces'; import { AuthUser, Auth } from '#auth'; import { Examples, InternalServerErrorDTO, ThemeDTO } from '#middlewares'; + import { PREFIXES } from '#constants'; @Controller('themes')