relative base url

This commit is contained in:
2025-11-30 21:12:27 +01:00
parent c37aafb845
commit d16de9ac95

View File

@@ -21,7 +21,7 @@ import { Observable } from 'rxjs';
})
export class HttpService {
private http = inject(HttpClient);
private baseUrl = 'https://infinimotion.de/api/';
private baseUrl = '/api/';
/* Bestellung APIs */