fix(demo): update bundle uri (#5656)

This commit is contained in:
Denis Strigo 2020-04-14 19:41:53 +03:00 committed by Sergey Andrievskiy
parent 0882927354
commit fb2ab50dae

View file

@ -35,7 +35,7 @@ export class Feature {
export class BundlesService { export class BundlesService {
private readonly STORE_PRODUCTS: string = 'https://store.akveo.com/collections/frontpage/products.json'; 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[] = [ private features: Feature[] = [
{ {