mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-05-06 04:27:21 -04:00
all
This commit is contained in:
@@ -79,6 +79,10 @@ urlpatterns = [
|
||||
rf"^api/v1/media/{friendly_token}/trim_video$",
|
||||
views.trim_video,
|
||||
),
|
||||
re_path(
|
||||
rf"^api/v1/media/{friendly_token}/share$",
|
||||
views.MediaShare.as_view(),
|
||||
),
|
||||
re_path(r"^api/v1/categories$", views.CategoryList.as_view()),
|
||||
re_path(r"^api/v1/categories/contributor$", views.CategoryListContributor.as_view()),
|
||||
re_path(r"^api/v1/tags$", views.TagList.as_view()),
|
||||
|
||||
Reference in New Issue
Block a user