0
0
Fork 0

New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051)

This commit is contained in:
Eugen Rochko 2017-09-23 01:57:23 +02:00 committed by GitHub
parent 9c8e602163
commit 293972f716
7 changed files with 43 additions and 12 deletions

View file

@ -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