diff --git a/src/shared/api/types.ts b/src/shared/api/types.ts index 6fa8d689..7c9dc6fe 100644 --- a/src/shared/api/types.ts +++ b/src/shared/api/types.ts @@ -5,7 +5,7 @@ export enum ApiRoutes { SEARCH = 'search', STORE_REVIEWS = 'store-reviews', CATEGORIES = 'catalogue/category', - CORE_BASE = 'core/base' + CORE_BASE = 'core/base', SHOP_NEWS = 'shopnews' }