Fix: API_BASE auf leer gesetzt für Produktion
Deploy Fitness App / deploy (push) Successful in 1m21s

This commit is contained in:
2026-05-09 19:39:16 +02:00
parent 5a20a14720
commit 50235e5de0
+2 -1
View File
@@ -1,7 +1,8 @@
// apps/web/src/api/client.ts
// const API_BASE = "http://localhost:5107";
const API_BASE = "http://192.168.178.189:5107";
// const API_BASE = "http://192.168.178.189:5107";
const API_BASE = "";
export interface Workout {
id?: string;