diff options
Diffstat (limited to 'app/controllers/api/cards_controller.rb')
-rw-r--r-- | app/controllers/api/cards_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/cards_controller.rb b/app/controllers/api/cards_controller.rb index daf5f3a..f9f977b 100644 --- a/app/controllers/api/cards_controller.rb +++ b/app/controllers/api/cards_controller.rb @@ -39,7 +39,7 @@ module Api @card.destroy - render status: :see_other + render status: :no_content end private |