6 lines
89 B
TypeScript
6 lines
89 B
TypeScript
export const environment = {
|
|
production: false,
|
|
apiUrl: 'http://localhost:4204/',
|
|
}
|
|
|