mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-27 21:10:54 +00:00
Restore POST routes to /users/login and /users/logout
This commit is contained in:
parent
4d04c47251
commit
865a0cae5a
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ Ensl::Application.routes.draw do
|
|||
get 'users/forgot'
|
||||
get 'users/recover'
|
||||
get 'users/agenda'
|
||||
get 'users/logout'
|
||||
get 'users/login'
|
||||
post 'users/logout'
|
||||
post 'users/login'
|
||||
|
||||
get 'users/agenda'
|
||||
get 'users/login'
|
||||
|
|
Loading…
Reference in a new issue