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