added AuthInterceptor for sending api key in the header on every request to api

This commit is contained in:
2024-04-28 14:03:41 +05:30
parent ad3df7c6b5
commit 1d53333667
8 changed files with 64 additions and 7 deletions
+3 -2
View File
@@ -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: ""
};