Fix: API_BASE auf leer gesetzt für Produktion
Deploy Fitness App / deploy (push) Successful in 1m21s
Deploy Fitness App / deploy (push) Successful in 1m21s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user