added AuthInterceptor for sending api key in the header on every request to api
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export const environment = {
|
||||
imagesUrl: 'https://localhost:7013',
|
||||
blogImagesUrl: 'https://bangararaju.kottedi.in/blog/assets/img/posts/'
|
||||
apiUrl: 'https://localhost:7013',
|
||||
blogImagesUrl: 'https://bangararaju-uat.kottedi.in/blog/assets/img/posts/',
|
||||
apiKey: ""
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user