Skip to content

Commit

Permalink
Merge pull request #21 from SAT-Duel/18-fix-joining-room
Browse files Browse the repository at this point in the history
changed frontend url
  • Loading branch information
FarmerJohnsBessie authored Jul 16, 2024
2 parents 5beb82a + e4e9228 commit 773bd67
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 773bd67

Please sign in to comment.