about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-09-23 01:57:23 +0200
committerGitHub <noreply@github.com>2017-09-23 01:57:23 +0200
commit293972f716476933df2b665ad755cafe4d29d82d (patch)
tree6719153a554c918800d8eb3f1624d9e0d666318c /config/routes.rb
parent9c8e602163811fc9a21c5ae78d53d46d7dbc8db7 (diff)
New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051)
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index d38f5308a..cb7e84d7b 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -188,6 +188,7 @@ Rails.application.routes.draw do
       end
 
       resources :streaming, only: [:index]
+      resources :custom_emojis, only: [:index]
 
       get '/search', to: 'search#index', as: :search