Files
helloasso/frontend/src/environments/environment.ts

5 lines
94 B
TypeScript
Raw Normal View History

2023-11-18 14:30:34 +01:00
export const environment = {
production : false,
apiUrl : 'http://localhost:5000/'
};