Remove unused /user/getting_started_completed route
The used one is /getting_started_completed closes #7164
This commit is contained in:
parent
57c0330535
commit
704e5bd399
1 changed files with 0 additions and 1 deletions
|
|
@ -102,7 +102,6 @@ Diaspora::Application.routes.draw do
|
||||||
|
|
||||||
resource :user, only: %i(edit destroy), shallow: true do
|
resource :user, only: %i(edit destroy), shallow: true do
|
||||||
put :edit, action: :update
|
put :edit, action: :update
|
||||||
get :getting_started_completed
|
|
||||||
post :export_profile
|
post :export_profile
|
||||||
get :download_profile
|
get :download_profile
|
||||||
post :export_photos
|
post :export_photos
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue