|
@@ -3,6 +3,7 @@ Blazer::Engine.routes.draw do
|
|
post :run, on: :collection # err on the side of caution
|
|
post :run, on: :collection # err on the side of caution
|
|
post :refresh, on: :member
|
|
post :refresh, on: :member
|
|
get :tables, on: :collection
|
|
get :tables, on: :collection
|
|
|
|
+ get :schema, on: :collection
|
|
end
|
|
end
|
|
resources :checks, except: [:show] do
|
|
resources :checks, except: [:show] do
|
|
get :run, on: :member
|
|
get :run, on: :member
|