mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Merge pull request #184 from mattr-/cucumber-login-backdoor
Move the expire_session route
This commit is contained in:
commit
9c56416dcb
3 changed files with 9 additions and 24 deletions
|
|
@ -4,7 +4,6 @@ Tracksapp::Application.routes.draw do
|
|||
root :to => 'todos#index'
|
||||
|
||||
match 'login' => 'login#login'
|
||||
match 'login/expire_session' => 'login#expire_session'
|
||||
match 'login/check_expiry' => 'login#check_expiry'
|
||||
match 'logout' => 'login#logout'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue