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

This commit is contained in:
2025-03-12 09:09:50 +00:00
parent 3a21ac9077
commit 49c5d804b0

View File

@@ -7,8 +7,8 @@ import {Observable} from 'rxjs';
providedIn: 'root', providedIn: 'root',
}) })
export class CustomerService { export class CustomerService {
baseApi = "http://localhost:8080/api/customers"; // baseApi = "http://localhost:8080/api/customers";
// baseApi = "https://api.melvanveen.nl/api/customers"; baseApi = "https://api.melvanveen.nl/api/customers";
constructor(private http: HttpClient) { constructor(private http: HttpClient) {