mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Adding api task_lists#show and spec, edit.haml updates
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ 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"
|
||||
get 'task_lists/:id' => "task_lists#show", as: "api_task_list"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user