mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +00:00
Add API for App Index
- Add tests for unauthorised response for APIs which require authentication
This commit is contained in:
@@ -4,7 +4,7 @@ Rails.application.routes.draw do
|
||||
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)
|
||||
# The priority is based upon order of creation: first created -> highest priority.
|
||||
# See how all your routes lay out with "rake routes".
|
||||
|
||||
Reference in New Issue
Block a user