mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
restoring route of /m instead of just /mobile
This commit is contained in:
parent
fc46624b0a
commit
25ea467c5e
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ Tracksapp::Application.routes.draw do
|
|||
match 'todos/all_done/tag/:name' => "todos#all_done_tag", :as => :all_done_tag
|
||||
match 'auto_complete_for_predecessor' => 'todos#auto_complete_for_predecessor'
|
||||
match 'mobile' => 'todos#index', :format => 'm'
|
||||
match 'm' => 'todos#index', :format => 'm'
|
||||
|
||||
resources :recurring_todos do
|
||||
member do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue