mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 02:04:57 +00:00
Add API installation status update
This commit is contained in:
@@ -2,6 +2,8 @@ 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 }
|
||||
|
||||
ActiveAdmin.routes(self)
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
|
||||
Reference in New Issue
Block a user