mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 02:04:57 +00:00
API for app usage tracking
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
Rails.application.routes.draw do
|
||||
post 'app_usages/create', to: 'app_usages#create', :defaults => { :format => :json }
|
||||
|
||||
devise_for :admin_users, ActiveAdmin::Devise.config
|
||||
|
||||
post 'heartbeats', to: 'heartbeats#create', :defaults => { :format => :json }
|
||||
|
||||
Reference in New Issue
Block a user