Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Remove applications routes from doorkeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
reesericci authored Jan 26, 2024
1 parent 81f38c0 commit 6e8770c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

Rails.application.routes.draw do
use_doorkeeper_openid_connect
use_doorkeeper
use_doorkeeper do
skip_controllers :applications, :authorized_applications
end
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html

get "up" => "rails/health#show", :as => :rails_health_check
Expand Down

0 comments on commit 6e8770c

Please sign in to comment.