mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-29 05:18:49 +01:00
Merge pull request #2204 from ZeiP/bug/2035_hiddenxml
#2035: Fix /hidden.xml by adding the route which was removed in commi…
This commit is contained in:
commit
9c3d5f008f
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