Remove the route for the non-required downloaded API

This commit is contained in:
leenasn
2015-11-23 12:07:53 +05:30
parent 879a0f49e1
commit 7023780a6e

View File

@@ -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)