Files
market-backOfficce/src/environments/environment.production.ts

7 lines
135 B
TypeScript
Raw Normal View History

2026-01-19 23:17:07 +04:00
export const environment = {
production: true,
useMockData: false,
2026-01-22 00:41:13 +04:00
apiUrl: '/api',
marketplaceUrl: 'https://dexarmarket.ru'
2026-01-19 23:17:07 +04:00
};