From 7023780a6ec6b5114ce9f56f799da0d516c24c8d Mon Sep 17 00:00:00 2001 From: leenasn Date: Mon, 23 Nov 2015 12:07:53 +0530 Subject: [PATCH] Remove the route for the non-required downloaded API --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 8203607..13ee2d7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -2,7 +2,6 @@ Rails.application.routes.draw do devise_for :admin_users, ActiveAdmin::Devise.config post 'heartbeats', to: 'heartbeats#create', :defaults => { :format => :json } - post '/installations/downloaded', :defaults => { :format => :json } post '/installations/installed', :defaults => { :format => :json } get '/apps',to: 'apps#index', :defaults => { :format => :json } ActiveAdmin.routes(self)