This commit is contained in:
Markos Gogoulos
2026-05-07 14:08:18 +03:00
parent 56db5f3907
commit 630eb77173
7 changed files with 65 additions and 33 deletions
+4
View File
@@ -67,6 +67,10 @@ urlpatterns = [
name="api_get_encoding",
),
re_path(r"^api/v1/search$", views.MediaSearch.as_view()),
re_path(
rf"^api/v1/media/{friendly_token}/share$",
views.MediaShare.as_view(),
),
re_path(
rf"^api/v1/media/{friendly_token}/actions$",
views.MediaActions.as_view(),