1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/src/lib/routes/admin-api/project
Ivar Conradi Østhus 2bcdb5ec31
fix: Controller wraps handler with try/catch (#909)
By having the controller perform try/catch around the
handler function allows us to add extra safety to all
our controllers and safeguards that we will always catch
exceptions thrown by a controller method.
2021-08-13 10:36:19 +02:00
..
environments.ts fix: Controller wraps handler with try/catch (#909) 2021-08-13 10:36:19 +02:00
features.ts fix: Controller wraps handler with try/catch (#909) 2021-08-13 10:36:19 +02:00
health-report.ts fix: Controller wraps handler with try/catch (#909) 2021-08-13 10:36:19 +02:00
index.ts Wip/environments (#880) 2021-07-07 10:46:50 +02:00