@mytec: iter2.1 ready for testing

This commit is contained in:
2026-01-31 14:26:11 +02:00
parent cdbf0127bf
commit fa55fec94a
11 changed files with 780 additions and 1 deletions

View File

@@ -1,8 +1,9 @@
/**
* Backend API client for RFCP coverage calculation
*/
import { getApiBaseUrl } from '@/lib/desktop.ts';
const API_BASE = import.meta.env.VITE_API_URL || 'https://api.rfcp.eliah.one';
const API_BASE = getApiBaseUrl();
// === Request types ===