Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Sep 22, 2023
1 parent fc6d8e3 commit a2a8ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/berkeleytime/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
WSGI_APPLICATION = 'berkeleytime.wsgi.application'

# CORS configs
CORS_ALLOWED_ORIGINS_REGEXES = [
CORS_ALLOWED_ORIGIN_REGEXES = [
r'^http\:\/\/(?:localhost|127\.0\.0\.1)\:\d+$'
]

Expand Down

0 comments on commit a2a8ffd

Please sign in to comment.