Skip to content

Commit

Permalink
refactor: replace deprecated requestmetric middleware (#4578)
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq authored Feb 21, 2025
1 parent 178ecb7 commit fc3df5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course_discovery/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
'waffle.middleware.WaffleMiddleware',
'simple_history.middleware.HistoryRequestMiddleware',
'edx_django_utils.cache.middleware.TieredCacheMiddleware',
'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 fc3df5f

Please sign in to comment.