Skip to content

Commit

Permalink
fix(heroku): fix cors whitelist
Browse files Browse the repository at this point in the history
- Fix the CORS whitelist to ensure our frontend requests are not blocked
[Maintains #165114722]
  • Loading branch information
wasibani roy committed Apr 11, 2019
1 parent 158d757 commit f6f8980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authors/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
'localhost:4000',
'localhost:3000',
'localhost:8080',
'https://ah-aquaman-frontend-staging.herokuapp.com/',
'https://ah-aquaman-frontend-stagi-pr-9.herokuapp.com/',
'ah-aquaman-frontend-staging.herokuapp.com',
'ah-aquaman-frontend-stagi-pr-9.herokuapp.com',

)

Expand Down

0 comments on commit f6f8980

Please sign in to comment.