5
0
Fork 0
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:
f 2024-05-03 13:09:51 -03:00
parent 30621bb219
commit 71e5a01e80
No known key found for this signature in database

View file

@ -36,7 +36,7 @@ module ActiveStorage
rescue StandardError => e rescue StandardError => e
ExceptionNotifier.notify_exception(e, data: { key: token[:key], url: url, site: site.name }) ExceptionNotifier.notify_exception(e, data: { key: token[:key], url: url, site: site.name })
head :content_too_large head :payload_too_large
end end
else else
body = request.body body = request.body