Патч
All checks were successful
Build And Push / publish (push) Successful in 56s

This commit is contained in:
2025-11-27 13:29:36 +03:00
parent f3c9cb42d6
commit 8eb149ee0d

View File

@ -65,7 +65,7 @@ class VITACORE_API(AsyncClient):
token = await self.get_token()
req = await self.get(
'/findBySnils2',
'/findBySnils',
params={'snils': snils},
headers={'Authorization': f'Bearer {token}'},
)