Add schedule component without logic
Zwischenstand
This commit is contained in:
@@ -6,7 +6,7 @@ import { Observable } from "rxjs";
|
||||
@Injectable({providedIn: 'root'})
|
||||
export class HttpService {
|
||||
private http = inject(HttpClient);
|
||||
private baseUrl = '/api/';
|
||||
private baseUrl = 'https://infinimotion.de/api/';
|
||||
|
||||
/* GET /api/kinosaal */
|
||||
getAllKinosaal(): Observable<Kinosaal[]> {
|
||||
|
||||
Reference in New Issue
Block a user