diff --git a/src/features/admin/api/adminApi.ts b/src/features/admin/api/adminApi.ts index 807a757..469ba9d 100644 --- a/src/features/admin/api/adminApi.ts +++ b/src/features/admin/api/adminApi.ts @@ -7,7 +7,7 @@ import type { OrganizationListResponse, } from '../model/types' -const ADMIN_API_URL = 'https://app.admin.elcsa.ru' +const ADMIN_API_URL = 'https://app.admin.elcsa.ru/api' // In-memory admin access token — deliberately separate from the user `tokenStore` // so the two independent auth systems never collide. No CSRF on the admin API.