Removed ImageProxyController API route

• Removed:
- ImageProxyController API route
- removed from news reducer for trends.

• Todo:
- Devise solution for integrating cross site images from trends -> social
This commit is contained in:
Developer
2021-02-18 13:34:08 -05:00
parent 559ccc7e51
commit 65949c7e71
3 changed files with 1 additions and 16 deletions

View File

@@ -388,7 +388,6 @@ Rails.application.routes.draw do
namespace :v2 do
get '/search', to: 'search#index', as: :search
get '/image_proxy', to: 'image_proxy#get'
end
namespace :web do