Update src/app/services/appointment.service.ts
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user