Take out async controller until we actually put it in the app
This commit is contained in:
parent
af91eb51b4
commit
cfe019d7a9
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ Diaspora::Application.routes.draw do
|
|||
match 'signup', :to => 'registrations#new', :as => "new_user_registration"
|
||||
|
||||
match 'get_to_the_choppa', :to => redirect("/signup")
|
||||
match "/finger", :to => AsyncController
|
||||
#public routes
|
||||
#
|
||||
match 'webfinger', :to => 'publics#webfinger'
|
||||
|
|
|
|||
Loading…
Reference in a new issue