Remove unused /user/getting_started_completed route

The used one is /getting_started_completed

closes #7164
This commit is contained in:
Benjamin Neff 2016-10-30 23:44:35 +01:00 committed by Dennis Schubert
parent 57c0330535
commit 704e5bd399
No known key found for this signature in database
GPG key ID: 5A0304BEA7966D7E

View file

@ -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