From ce57c7f35bcf1f024cc84c6c29aaa9febfdd0f3e Mon Sep 17 00:00:00 2001 From: Muhammad Sameer Amin <35958006+sameeramin@users.noreply.github.com> Date: Tue, 22 Jul 2025 19:33:27 +0500 Subject: [PATCH] feat: Add channel integrations URLs to LMS --- lms/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/urls.py b/lms/urls.py index 1ae425c9a9..d6884690d0 100644 --- a/lms/urls.py +++ b/lms/urls.py @@ -866,6 +866,7 @@ if settings.FEATURES.get('ENABLE_THIRD_PARTY_AUTH'): if enterprise_enabled(): urlpatterns += [ path('', include('enterprise.urls')), + path('', include('channel_integrations.urls')), ] # OAuth token exchange