Skip to content

Commit

Permalink
changed frontend url
Browse files Browse the repository at this point in the history
  • Loading branch information
FarmerJohnsBessie committed Jul 16, 2024
1 parent 86c77b4 commit e4e9228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satduel/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
DEFAULT_FROM_EMAIL = os.getenv('DEFAULT_FROM_EMAIL')

ACCOUNT_ADAPTER = 'api.adapters.CustomAccountAdapter' # Replace 'your_app' with the actual app name
FRONTEND_URL = 'http://localhost:3000' # Replace with your frontend URL
FRONTEND_URL = 'https://satduel.netlify.app/' # Replace with your frontend URL

SOCIALACCOUNT_PROVIDERS = {
'google': {
Expand Down

0 comments on commit e4e9228

Please sign in to comment.