mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-01 16:21:41 +00:00
fix: error 413 #15986
This commit is contained in:
parent
30621bb219
commit
71e5a01e80
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ module ActiveStorage
|
|||
rescue StandardError => e
|
||||
ExceptionNotifier.notify_exception(e, data: { key: token[:key], url: url, site: site.name })
|
||||
|
||||
head :content_too_large
|
||||
head :payload_too_large
|
||||
end
|
||||
else
|
||||
body = request.body
|
||||
|
|
Loading…
Reference in a new issue