crossid / accessbot

Streamline resource access grants with AI-Powered chatbot
https://www.crossid.io
Other
2 stars 0 forks source link

fix: org create route #48

Closed ErezSha closed 8 months ago

ErezSha commented 8 months ago

org creation route can get error from hooks that it need to change to http exceptions. made a heuristic to catch all errors that have status_code and either "detail" or "message" and change them into http exceptions.