diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-23 01:57:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-23 01:57:23 +0200 |
commit | 293972f716476933df2b665ad755cafe4d29d82d (patch) | |
tree | 6719153a554c918800d8eb3f1624d9e0d666318c /config | |
parent | 9c8e602163811fc9a21c5ae78d53d46d7dbc8db7 (diff) |
New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051)
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
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 |