chore: remove redundant route

This commit is contained in:
Shivam Mishra
2025-08-28 15:58:39 +05:30
parent 2b533aa135
commit 40f476315b
-5
View File
@@ -70,11 +70,6 @@ Rails.application.routes.draw do
resources :documents, only: [:index, :show, :create, :destroy]
end
resource :saml_settings, only: [:show, :create, :update, :destroy]
namespace :saml do
get 'sso', to: 'callbacks#sso'
post 'callback', to: 'callbacks#create'
end
resources :agent_bots, only: [:index, :create, :show, :update, :destroy] do
delete :avatar, on: :member
post :reset_access_token, on: :member