veenm-patch-1 #1

Merged
veenm merged 3 commits from veenm-patch-1 into main 2025-03-12 09:10:13 +00:00
Showing only changes of commit bec95651f2 - Show all commits

View File

@@ -6,8 +6,8 @@ import {Appointment} from '../models/appointment';
providedIn: 'root', providedIn: 'root',
}) })
export class AppointmentService { export class AppointmentService {
baseApi = "http://localhost:8080/api/appointments"; // baseApi = "http://localhost:8080/api/appointments";
// baseApi = "https://api.melvanveen.nl/api/appointments"; baseApi = "https://api.melvanveen.nl/api/appointments";
constructor(private http: HttpClient) { constructor(private http: HttpClient) {
} }