Skip to content

Commit

Permalink
fix: custome header field
Browse files Browse the repository at this point in the history
  • Loading branch information
meua committed Dec 15, 2023
1 parent e398236 commit e8ac414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/challenges/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
name="get_challenge_by_pk",
),
url(
r"^/home$",
r"^home$",
views.get_challenge_home,
name="get_challenge_home",
),
Expand Down
4 changes: 2 additions & 2 deletions settings/prod.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .common import * # noqa: ignore=F405

from corsheaders.defaults import default_headers
import os
# import raven

Expand Down Expand Up @@ -37,7 +37,7 @@
'user-agent',
'x-csrftoken',
'x-requested-with',
'noMessage',
'Nomessage',
]

DATABASES = {
Expand Down

0 comments on commit e8ac414

Please sign in to comment.