feat: Add channel integrations URLs to LMS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user