mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2026-02-21 11:22:29 +01: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',
|
return render_template('500.html.j2',
|
||||||
event_id=g.sentry_event_id,
|
event_id=g.sentry_event_id,
|
||||||
public_dsn=sentry.client.get_public_dsn('https')
|
public_dsn=sentry.client.get_public_dsn('https')
|
||||||
)
|
), 500
|
||||||
Reference in New Issue
Block a user