All `.crud` methods no longer throw
All public APIs were (unnecessarily) throwing, which meant they all looked like
try router.crud(register: Todo.self)
All public API calls can now be slightly simplified to
router.crud(register: Todo.self)
All public APIs were (unnecessarily) throwing, which meant they all looked like
try router.crud(register: Todo.self)
All public API calls can now be slightly simplified to
router.crud(register: Todo.self)