5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
export const environment = {
|
|
production: false,
|
|
apiUrl: 'http://localhost:8000/api'
|
|
};
|