Commiting

This commit is contained in:
mgabdev
2020-11-25 15:22:37 -06:00
parent fb612f60c8
commit b4e370d3d3
136 changed files with 4171 additions and 3231 deletions

View File

@@ -221,6 +221,18 @@ Rails.application.routes.draw do
resource :explore, only: :show, controller: :explore
end
namespace :messages do
resource :conversations, only: [:show, :create]
resource :chats, only: [:show, :create]
member do
post :block
post :unblock
post :mute
post :unmute
end
end
resources :links, only: :show
resource :popular_links, only: :show
resources :streaming, only: [:index]