There was an error while loading. Please reload this page.
1 parent 43a21c2 commit 2037840Copy full SHA for 2037840
backend/analytics_server/app.py
@@ -69,8 +69,5 @@ def handle_exception(e):
69
return response
70
71
72
-app.register_error_handler(Exception, handle_exception)
73
-app.register_error_handler(HTTPException, handle_http_exception)
74
-
75
if __name__ == "__main__":
76
app.run(port=int(ANALYTICS_SERVER_PORT))
0 commit comments