1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-12 07:21:21 +00:00
2021-05-20 21:05:56 -05:00

9 lines
269 B
TypeScript

import logout from '@commerce/api/endpoints/logout'
import { LogoutAPI, handlers } from '@framework/api/endpoints/logout'
import commerce from '@lib/api/commerce'
export default commerce.endpoint({
handler: logout as LogoutAPI['endpoint']['handler'],
handlers,
})