Files
new-landing-page-homenas/src/environments/environment.ts
T

7 lines
139 B
TypeScript
Raw Normal View History

// environments/environment.ts
export const environment = {
production: false,
apiUrl: 'http://localhost:4200' // Entwicklungs-URL
};