feat(auth): create register api call with basic test coverage and msw mock

This commit is contained in:
Ilia Mashkov
2026-03-17 10:08:38 +03:00
parent 701dc981d2
commit 2f863bc5ba
6 changed files with 76 additions and 0 deletions

View File

@@ -1 +1,2 @@
export * from "./login";
export * from "./register";