mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
WIP, adding api/bikes_controller#create
This commit is contained in:
@@ -16,6 +16,8 @@ Velocipede::Application.routes.draw do
|
||||
post 'checkin' => "logs#checkin", :as => "api_checkin"
|
||||
post 'checkout' => "logs#checkout", :as => "api_checkout"
|
||||
post 'reset' => "users#password_reset", :as => "api_password_reset"
|
||||
|
||||
post 'bikes/create' => "bikes#create", as: "api_create_bike"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user