1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-06 21:11:20 +00:00
2021-05-20 14:03:52 -05:00

9 lines
273 B
TypeScript

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