We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c9c82 commit adfcbbdCopy full SHA for adfcbbd
projects/urls.py
@@ -9,5 +9,5 @@
9
path("admin/", admin.site.urls),
10
path("media_server/", include("openedx_learning.contrib.media_server.urls")),
11
path("rest_api/", include("openedx_learning.rest_api.urls")),
12
- path("tagging/rest_api/", include("openedx_tagging.core.tagging.urls")),
+ path("content_tagging/rest_api/", include("openedx_tagging.core.tagging.urls")),
13
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
0 commit comments