mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Merge pull request #24 from spacemunkay/denney-reset-password
Denney reset password
This commit is contained in:
@@ -10,6 +10,7 @@ Velocipede::Application.routes.draw do
|
||||
scope 'v1', :module => :v1 do
|
||||
post 'checkin' => "logs#checkin", :as => "api_checkin"
|
||||
post 'checkout' => "logs#checkout", :as => "api_checkout"
|
||||
post 'reset' => "users#password_reset", :as => "api_password_reset"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user