mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Draft of the task list api controller
This commit is contained in:
@@ -20,6 +20,8 @@ Velocipede::Application.routes.draw do
|
||||
|
||||
get 'bikes/:id' => "bikes#show", as: "api_bike"
|
||||
post 'bikes/create' => "bikes#create", as: "api_create_bike"
|
||||
|
||||
get 'task_lists/:id' => "task_lists#show", as: "api_task_list"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user