feat(auth): create logout api call with basic test coverage and msw mock
This commit is contained in:
2
src/features/auth/api/calls/logout/index.ts
Normal file
2
src/features/auth/api/calls/logout/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export { logout } from "./logout";
|
||||
export { LOGOUT_API_ROUTE } from "./constants";
|
||||
Reference in New Issue
Block a user