Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #111 from Doarakko/topic/vercel
Browse files Browse the repository at this point in the history
add vercel domain to cors origin
  • Loading branch information
Doarakko authored Nov 12, 2022
2 parents 2c58cee + d4b7d30 commit 6ebb88e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
CORS_ALLOW_CREDENTIALS = True

CORS_ORIGIN_WHITELIST = [
'https://kagoole.herokuapp.com',
'https://kagoole.herokuapp.com',
'http://localhost:3000',
]
Expand Down

1 comment on commit 6ebb88e

@vercel
Copy link

@vercel vercel bot commented on 6ebb88e Nov 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kagoole – ./

kagoole.vercel.app
kagoole-git-master-doarakko.vercel.app
kagoole-doarakko.vercel.app

Please sign in to comment.