Skip to content

Commit adfcbbd

Browse files
committed
fix: root url
1 parent a4c9c82 commit adfcbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
path("admin/", admin.site.urls),
1010
path("media_server/", include("openedx_learning.contrib.media_server.urls")),
1111
path("rest_api/", include("openedx_learning.rest_api.urls")),
12-
path("tagging/rest_api/", include("openedx_tagging.core.tagging.urls")),
12+
path("content_tagging/rest_api/", include("openedx_tagging.core.tagging.urls")),
1313
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)

0 commit comments

Comments
 (0)