Files
micro-frontend/ng-ttc-frontend/src/environments/environment.development.ts

5 lines
91 B
TypeScript
Raw Normal View History

export const environment = {
production: false,
2025-11-17 18:24:42 +07:00
apiBaseUrl: 'http://localhost:8000'
};