summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index b5289c8..633b56d 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -18,6 +18,7 @@ Rails.application.routes.draw do
post '/account/cart', to: 'carts#create'
delete '/account/cart/:id', to: 'carts#destroy'
get '/account/cards', to: 'cards#index'
+ get '/account/cards/:id', to: 'cards#show'
post '/account/cards', to: 'cards#create'
put '/account/cards/:id', to: 'cards#update'
delete '/account/cards/:id', to: 'cards#destroy'