diff --git a/udagram/udagram-frontend/src/app/feed/services/feed.provider.service.ts b/udagram/udagram-frontend/src/app/feed/services/feed.provider.service.ts index 33c6799..792f3b3 100644 --- a/udagram/udagram-frontend/src/app/feed/services/feed.provider.service.ts +++ b/udagram/udagram-frontend/src/app/feed/services/feed.provider.service.ts @@ -26,4 +26,4 @@ export class FeedProviderService { return res; } -} \ No newline at end of file +} diff --git a/udagram/udagram-frontend/src/environments/environment.prod.ts b/udagram/udagram-frontend/src/environments/environment.prod.ts index d364341..c89df4a 100644 --- a/udagram/udagram-frontend/src/environments/environment.prod.ts +++ b/udagram/udagram-frontend/src/environments/environment.prod.ts @@ -4,8 +4,8 @@ export const environment = { production: true, - appName: "Udagram", - apiHost: "http://udagram-api-dev222.us-east-1.elasticbeanstalk.com/api/v0", + appName: 'Udagram', + apiHost: 'http://udagram-api-dev222.us-east-1.elasticbeanstalk.com/api/v0', }; /*