refactor: removed notification app urls from cms (#32434)

This commit is contained in:
Ahtisham Shahid
2023-06-13 15:40:31 +05:00
committed by GitHub
parent 428849c8a2
commit 44d48f63ef

View File

@@ -332,6 +332,3 @@ urlpatterns.extend(get_plugin_url_patterns(ProjectType.CMS))
urlpatterns += [
path('api/contentstore/', include('cms.djangoapps.contentstore.rest_api.urls'))
]
urlpatterns += [
path('api/notifications/', include('openedx.core.djangoapps.notifications.urls')),
]