Chore: Remove redis backed reporting (#669)

This commit is contained in:
Subin T P
2020-05-02 16:04:52 +05:30
committed by GitHub
parent ddbc612f0b
commit 7e62000e1b
13 changed files with 2 additions and 322 deletions

View File

@@ -79,17 +79,6 @@ Rails.application.routes.draw do
resources :notifications, only: [:index, :update]
resource :notification_settings, only: [:show, :update]
resources :reports, only: [] do
collection do
get :account
get :agent
end
member do
get :account_summary
get :agent_summary
end
end
# this block is only required if subscription via chargebee is enabled
resources :subscriptions, only: [:index] do
collection do