summaryrefslogtreecommitdiff
path: root/app/controllers/api/addresses_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/api/addresses_controller.rb')
-rw-r--r--app/controllers/api/addresses_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/api/addresses_controller.rb b/app/controllers/api/addresses_controller.rb
index 51b6b99..dbd77d9 100644
--- a/app/controllers/api/addresses_controller.rb
+++ b/app/controllers/api/addresses_controller.rb
@@ -50,7 +50,7 @@ module Api
render status: :not_found and return if @address.nil?
Addresses::DestroyAddressService.new(current_user_account, params, @address).call
- render status: :see_other
+ render status: :no_content
end
private