Added logout API

This commit is contained in:
Luis Alvarez
2020-10-22 18:02:41 -05:00
parent f81c507157
commit b81d04b952
5 changed files with 68 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
import logoutApi from '@lib/bigcommerce/api/customers/logout'
export default logoutApi()