Update src/app/services/appointment.service.ts

This commit is contained in:
2025-03-12 09:08:30 +00:00
parent 411ad80037
commit bec95651f2

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) {
} }