namespace :app_proxy do
    root action: 'index'
    get 'products/by_product/:product_id', to: 'products#by_product'

  end