Skip to content

Commit

Permalink
Merge pull request #111 from GTZ-STUDIO/develop
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
Verzaccii committed Mar 27, 2024
2 parents b378f05 + b490991 commit 23ef388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lvlgg_backend/lvlgg_backend/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

MIDDLEWARE = [
"django.middleware.security.SecurityMiddleware",
"whitenoise.middleware.WhiteNoiseMiddleWare",
"whitenoise.middleware.WhiteNoiseMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
"corsheaders.middleware.CorsMiddleware",
"django.middleware.common.CommonMiddleware",
Expand Down

0 comments on commit 23ef388

Please sign in to comment.