Skip to content

Commit

Permalink
fix: apiHost url to use http to avoid error while the front app reque…
Browse files Browse the repository at this point in the history
…st the api
  • Loading branch information
kendyjm committed Jun 24, 2020
1 parent b20c1a0 commit 65308d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
export const environment = {
production: true,
appName: 'Udagram',
apiHost: 'https://udagram-kjm-dev-dev.eu-west-3.elasticbeanstalk.com/api/v0'
apiHost: 'http://udagram-kjm-dev-dev.eu-west-3.elasticbeanstalk.com/api/v0'
};

/*
Expand Down

0 comments on commit 65308d6

Please sign in to comment.