admin page

This commit is contained in:
2026-06-05 14:36:12 +03:00
parent 27f125cbe8
commit 3892a459e5

View File

@@ -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.