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

6 lines
129 B
TypeScript
Raw Normal View History

2026-01-19 23:17:07 +04:00
export const environment = {
production: false,
useMockData: true, // Set to false when backend is ready
apiUrl: '/api'
};