mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(demo): update bundle uri (#5656)
This commit is contained in:
parent
0882927354
commit
fb2ab50dae
1 changed files with 1 additions and 1 deletions
|
|
@ -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[] = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue