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 745b3b2 commit 958184a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions authors/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@
'localhost:4000',
'localhost:3000',
'localhost:8080',
'ah-aquaman-frontend-staging.herokuapp.com',
'ah-aquaman-frontend-stagi-pr-9.herokuapp.com',

)

# Tell Django about the custom `User` model we created. The string
Expand Down

0 comments on commit 958184a

Please sign in to comment.