mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 02:04:57 +00:00
Remove the route for the non-required downloaded API
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user