@mytec: iter2.1 ready for testing
This commit is contained in:
@@ -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 ===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user