This commit is contained in:
Markos Gogoulos
2026-05-07 14:42:20 +03:00
parent 256a182378
commit 9660044c62
7 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ urlpatterns = [
re_path(r"^api/v1/search$", views.MediaSearch.as_view()),
re_path(
rf"^api/v1/media/{friendly_token}/share$",
views.MediaShare.as_view(),
views.media_share,
),
re_path(
rf"^api/v1/media/{friendly_token}/actions$",