mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 19:58:52 +00:00
remove 'completed' route
This commit is contained in:
parent
66778409f5
commit
2da29ffd95
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ HabitTracker::Application.routes.draw do
|
|||
|
||||
resources :habits do
|
||||
post :sort, on: :collection
|
||||
get :completed, on: :collection
|
||||
member do
|
||||
get 'vote'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue