From fb2ab50daea5c0600a7372e60fbd3a898369ddb9 Mon Sep 17 00:00:00 2001 From: Denis Strigo Date: Tue, 14 Apr 2020 19:41:53 +0300 Subject: [PATCH] fix(demo): update bundle uri (#5656) --- docs/app/@core/data/service/bundles.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/@core/data/service/bundles.service.ts b/docs/app/@core/data/service/bundles.service.ts index accb8e1b..586d3566 100644 --- a/docs/app/@core/data/service/bundles.service.ts +++ b/docs/app/@core/data/service/bundles.service.ts @@ -35,7 +35,7 @@ export class Feature { export class BundlesService { private readonly STORE_PRODUCTS: string = 'https://store.akveo.com/collections/frontpage/products.json'; - private readonly STORE: string = 'https://store.akveo.com/collections/all/products'; + private readonly STORE: string = 'https://store.akveo.com/products'; private features: Feature[] = [ {