diff --git a/lms/urls.py b/lms/urls.py index 219a0ed59b..2894083ed6 100644 --- a/lms/urls.py +++ b/lms/urls.py @@ -35,7 +35,8 @@ urlpatterns = ( # Event tracking endpoints url(r'', include('track.urls')), - url(r'^performance$', 'openedx.core.djangoapps.performance.views.performance_log'), + # Performance endpoints + url(r'', include('openedx.core.djangoapps.performance.urls')), # TODO: Is this used anymore? What is STATIC_GRAB? url(r'^t/(?P