5 lines
148 B
TypeScript
5 lines
148 B
TypeScript
export const environment = {
|
|
imagesUrl: 'https://localhost:7013',
|
|
blogImagesUrl: 'https://bangararaju.kottedi.in/blog/assets/img/posts/'
|
|
};
|