Skip to content

Commit

Permalink
Merge pull request #14 from SAT-Duel/9-add-timer-and-winner-to-match
Browse files Browse the repository at this point in the history
patched small error
  • Loading branch information
FarmerJohnsBessie authored Jul 8, 2024
2 parents ec0e5fe + 490de72 commit 675b5e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions satduel/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
DEBUG = True

ALLOWED_HOSTS = ['*']
CORS_ALLOWED_ORIGINS = [
"http://localhost:3000",
]
# CORS_ALLOWED_ORIGINS = [
# "http://localhost:3000",
# ]

# Application definition

Expand Down Expand Up @@ -59,7 +59,7 @@
'whitenoise.middleware.WhiteNoiseMiddleware',
]

CORS_ORIGIN_ALLOW_ALL = True
CORS_ALLOW_ALL_ORIGINS = True

ROOT_URLCONF = 'satduel.urls'

Expand Down

0 comments on commit 675b5e9

Please sign in to comment.