mirror of
https://github.com/funamitech/mastodon
synced 2024-11-23 22:57:05 +09:00
Specify 410 for code when responding as json while self-destruction (#29420)
This commit is contained in:
parent
8156113d58
commit
a30cdfd4d4
@ -178,7 +178,7 @@ class ApplicationController < ActionController::Base
|
|||||||
|
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
format.any { render 'errors/self_destruct', layout: 'auth', status: 410, formats: [:html] }
|
format.any { render 'errors/self_destruct', layout: 'auth', status: 410, formats: [:html] }
|
||||||
format.json { render json: { error: Rack::Utils::HTTP_STATUS_CODES[410] }, status: code }
|
format.json { render json: { error: Rack::Utils::HTTP_STATUS_CODES[410] }, status: 410 }
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user