check sentry

This commit is contained in:
Administrator 2022-10-11 15:31:16 +03:00
parent 5be090e4bc
commit 4b8950242a

View File

@ -32,4 +32,8 @@ def run():
def today():
return events.today_json()
@app.route('/check_sentry')
def check_sentry():
a = 1 / 0
app.run(host="0.0.0.0", port=8000)