mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +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
|
devise_for :admin_users, ActiveAdmin::Devise.config
|
||||||
|
|
||||||
post 'heartbeats', to: 'heartbeats#create', :defaults => { :format => :json }
|
post 'heartbeats', to: 'heartbeats#create', :defaults => { :format => :json }
|
||||||
post '/installations/downloaded', :defaults => { :format => :json }
|
|
||||||
post '/installations/installed', :defaults => { :format => :json }
|
post '/installations/installed', :defaults => { :format => :json }
|
||||||
get '/apps',to: 'apps#index', :defaults => { :format => :json }
|
get '/apps',to: 'apps#index', :defaults => { :format => :json }
|
||||||
ActiveAdmin.routes(self)
|
ActiveAdmin.routes(self)
|
||||||
|
|||||||
Reference in New Issue
Block a user