From d812b8b44a1d6796e022e333f94f731d5c964011 Mon Sep 17 00:00:00 2001 From: rassadin11 Date: Fri, 5 Jun 2026 14:36:43 +0300 Subject: [PATCH] admin page --- src/features/admin/api/adminApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/admin/api/adminApi.ts b/src/features/admin/api/adminApi.ts index 469ba9d..807a757 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/api' +const ADMIN_API_URL = 'https://app.admin.elcsa.ru' // 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.