Add API installation status update

This commit is contained in:
leenasn
2015-11-18 15:15:31 +05:30
parent 9ba5ea1e39
commit 354b42a70c
6 changed files with 64 additions and 0 deletions

View File

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