relative base url
This commit is contained in:
@@ -21,7 +21,7 @@ import { Observable } from 'rxjs';
|
|||||||
})
|
})
|
||||||
export class HttpService {
|
export class HttpService {
|
||||||
private http = inject(HttpClient);
|
private http = inject(HttpClient);
|
||||||
private baseUrl = 'https://infinimotion.de/api/';
|
private baseUrl = '/api/';
|
||||||
|
|
||||||
/* Bestellung APIs */
|
/* Bestellung APIs */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user