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