4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
export const environment = {
|
|
production: false,
|
|
api: 'http://localhost:8080',
|
|
};
|