We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9901702 commit 704ae7cCopy full SHA for 704ae7c
1 file changed
README.md
@@ -18,7 +18,7 @@ pnpm install @profcomff/api-uilib
18
Используйте для совершения запросов к <https://api.test.profcomff.com> и <https://api.profcomff.com>.
19
20
```ts
21
-import { createClient } from "@profcomff/api-uilib";
+import { createClient, setupAuth } from "@profcomff/api-uilib";
22
23
// Setup client with base API path
24
// You can use environment `import.meta.env.VITE_API_URL` for example
0 commit comments