Skip to content

Commit

Permalink
fix: typo in ROOT_URLCONF
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Dec 19, 2023
1 parent bfaa47d commit 9840a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis_acdhch_default_settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"crum.CurrentRequestUserMiddleware",
]

ROOT_URLCONF = "apis_achdch_default_settings.urls"
ROOT_URLCONF = "apis_acdhch_default_settings.urls"

TEMPLATES = [
{
Expand Down

0 comments on commit 9840a10

Please sign in to comment.