mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 03:15:24 +02:00
Now if only error 500 would actually give a 500 error status code
This commit is contained in:
@ -99,4 +99,4 @@ def internal_server_error(error):
|
||||
return render_template('500.html.j2',
|
||||
event_id=g.sentry_event_id,
|
||||
public_dsn=sentry.client.get_public_dsn('https')
|
||||
)
|
||||
), 500
|
Reference in New Issue
Block a user