mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 16:28:50 +01:00
#2035: Fix /hidden.xml by adding the route which was removed in commit a83c8b3f92.
This commit is contained in:
parent
addc3b5513
commit
aa7bcd2239
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ Rails.application.routes.draw do
|
|||
get "tickler" => "todos#list_deferred"
|
||||
get 'review' => "projects#review"
|
||||
get 'calendar' => "calendar#show"
|
||||
get 'hidden' => "todos#list_hidden"
|
||||
get 'done' => "stats#done", :as => 'done_overview'
|
||||
|
||||
get 'search' => 'search#index'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue