feat: Add channel integrations URLs to LMS

This commit is contained in:
Muhammad Sameer Amin
2025-07-22 19:33:27 +05:00
parent 01beca4ebb
commit ce57c7f35b

View File

@@ -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