Add reaction deck

This commit is contained in:
KMY 2023-05-26 15:15:48 +09:00
parent db5c358f4f
commit f1625fe101
24 changed files with 404 additions and 13 deletions

View file

@ -54,6 +54,7 @@ namespace :api, format: false do
get '/streaming/(*any)', to: 'streaming#index'
resources :custom_emojis, only: [:index]
resources :reaction_deck, only: [:index, :create]
resources :suggestions, only: [:index, :destroy]
resources :scheduled_statuses, only: [:index, :show, :update, :destroy]
resources :preferences, only: [:index]