feat: added services, model and environment
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export const environment = {
|
||||
production: false,
|
||||
apiBaseUrl: 'https://itx-frontend-test.onrender.com/api',
|
||||
cartCountStorageKey: 'itx-cart-count',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user