Skip to content

Commit

Permalink
Merge pull request #65 from SELab-2/small_fix
Browse files Browse the repository at this point in the history
middleware redirect terug uncommenten
  • Loading branch information
LGDTimtou authored Mar 14, 2024
2 parents ee4f67b + 84d50bb commit 9fdf175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
# 'api.middleware.RedirectAnonymousUserMiddleware',
"api.middleware.RedirectAnonymousUserMiddleware",
]

ROOT_URLCONF = "api.urls"
Expand Down

0 comments on commit 9fdf175

Please sign in to comment.