fix: API Endpoint in fetchOpcUaSettingsService für Development korrigiert
- falsches .js im API Pfad entfernt - Development lädt jetzt korrekt /api/cpl/opcuaAPIHandler - Production bleibt unverändert
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// /services/fetchTDRReferenceCurveService.ts
|
||||
|
||||
export const fetchTDRReferenceCurve = async (
|
||||
export const fetchTDRReferenceCurveService = async (
|
||||
slot: number
|
||||
): Promise<any[] | null> => {
|
||||
// ✅ Erst aus localStorage lesen
|
||||
|
||||
Reference in New Issue
Block a user