From bec95651f281d3aaf674726fa913b0192f73adc3 Mon Sep 17 00:00:00 2001 From: veenm Date: Wed, 12 Mar 2025 09:08:30 +0000 Subject: [PATCH] Update src/app/services/appointment.service.ts --- src/app/services/appointment.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/appointment.service.ts b/src/app/services/appointment.service.ts index 0bb0ff6..17b53a7 100644 --- a/src/app/services/appointment.service.ts +++ b/src/app/services/appointment.service.ts @@ -6,8 +6,8 @@ import {Appointment} from '../models/appointment'; providedIn: 'root', }) export class AppointmentService { - baseApi = "http://localhost:8080/api/appointments"; - // baseApi = "https://api.melvanveen.nl/api/appointments"; + // baseApi = "http://localhost:8080/api/appointments"; + baseApi = "https://api.melvanveen.nl/api/appointments"; constructor(private http: HttpClient) { }