summaryrefslogtreecommitdiffstats
path: root/takahe/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'takahe/urls.py')
-rw-r--r--takahe/urls.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/takahe/urls.py b/takahe/urls.py
index e8aa359..d6d893f 100644
--- a/takahe/urls.py
+++ b/takahe/urls.py
@@ -194,6 +194,11 @@ urlpatterns = [
mediaproxy.PostAttachmentCacheView.as_view(),
name="proxy_post_attachment",
),
+ path(
+ "proxy/emoji/<emoji_id>/",
+ mediaproxy.EmojiCacheView.as_view(),
+ name="proxy_emoji",
+ ),
# Well-known endpoints and system actor
path(".well-known/webfinger", activitypub.Webfinger.as_view()),
path(".well-known/host-meta", activitypub.HostMeta.as_view()),