Closed iandees closed 4 years ago
I used abort(404) in the code I added in #761, but it raises exceptions and the SNS alerting/interception makes a bunch of noise. Instead, just return text and a status code.
abort(404)
I used
abort(404)
in the code I added in #761, but it raises exceptions and the SNS alerting/interception makes a bunch of noise. Instead, just return text and a status code.