5 lines
121 B
TypeScript
5 lines
121 B
TypeScript
export const environment = {
|
|
production: false,
|
|
apiUrl: 'https://simplecloudnotifier.blackforestbytes.com/api/v2'
|
|
};
|