remove routes to removed controller
This commit is contained in:
parent
db11b9d214
commit
24c1c908f7
1 changed files with 0 additions and 7 deletions
|
|
@ -181,13 +181,6 @@ Diaspora::Application.routes.draw do
|
|||
|
||||
# External
|
||||
|
||||
resources :authorizations, :only => [:index, :destroy]
|
||||
scope "/oauth", :controller => :authorizations, :as => "oauth" do
|
||||
get "authorize" => :new
|
||||
post "authorize" => :create
|
||||
post :token
|
||||
end
|
||||
|
||||
resources :services, :only => [:index, :destroy]
|
||||
controller :services do
|
||||
scope "/auth", :as => "auth" do
|
||||
|
|
|
|||
Loading…
Reference in a new issue