feat(trust): ✨ Update OAuth/JWT trust flow handlers in backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
99d0242cbe
commit
03fcb2d115
1 changed files with 2 additions and 1 deletions
|
|
@ -4,9 +4,10 @@
|
|||
* Aggregates all MSW handlers that mock the trust backend-api surface.
|
||||
*/
|
||||
|
||||
import type { RequestHandler } from 'msw'
|
||||
import { composeHandlers } from '@lilith/msw-handlers'
|
||||
import { trustHandlers } from '../../../trust/shared/msw'
|
||||
|
||||
export const allHandlers = composeHandlers(trustHandlers)
|
||||
export const allHandlers: RequestHandler[] = composeHandlers(trustHandlers)
|
||||
|
||||
export { trustHandlers }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue