Skip to content

Commit

Permalink
Merge pull request #472 from openedx/usamasadiq/rename-request-metric…
Browse files Browse the repository at this point in the history
…-middleware

refactor: update deprecated requestmetric middleware
  • Loading branch information
UsamaSadiq authored Feb 21, 2025
2 parents 5693ed2 + 5cf1828 commit 93c835d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notesserver/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'corsheaders.middleware.CorsMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'edx_rest_framework_extensions.middleware.RequestMetricsMiddleware',
'edx_rest_framework_extensions.middleware.RequestCustomAttributesMiddleware',
'edx_rest_framework_extensions.auth.jwt.middleware.EnsureJWTAuthSettingsMiddleware',
)

Expand Down

0 comments on commit 93c835d

Please sign in to comment.