change that profile url to something I like slightly better
This commit is contained in:
parent
049eb74ab2
commit
95ad709324
1 changed files with 1 additions and 2 deletions
|
|
@ -52,7 +52,6 @@ Diaspora::Application.routes.draw do
|
|||
delete "tag_followings" => "tag_followings#destroy"
|
||||
end
|
||||
|
||||
get '/user_photo/:username' => 'users#user_photo'
|
||||
|
||||
# get "tag_followings" => "tag_followings#index", :as => 'tag_followings'
|
||||
|
||||
|
|
@ -119,7 +118,7 @@ Diaspora::Application.routes.draw do
|
|||
end
|
||||
end
|
||||
get '/u/:username' => 'people#show', :as => 'user_profile'
|
||||
|
||||
get '/u/:username/profile_photo' => 'users#user_photo'
|
||||
|
||||
# Federation
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue