This commit is contained in:
2026-06-10 15:39:13 +03:00
parent 493ba4ccef
commit 266dea2c86

View File

@@ -1,7 +1,7 @@
import { getCsrfToken } from '@shared/api/csrf'
import { refreshAccessToken } from '@shared/api/tokenStore'
const B2B_API_URL = 'https://app.b2b.elcsa.ru/api'
const B2B_API_URL = 'https://app.b2b.elcsa.ru'
async function doB2bRequest<T>(
path: string,