From 49c5d804b0292d2e590b2003cf5ba0b81aca1d5d Mon Sep 17 00:00:00 2001 From: veenm Date: Wed, 12 Mar 2025 09:09:50 +0000 Subject: [PATCH] Update src/app/services/customer.service.ts --- src/app/services/customer.service.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/customer.service.ts b/src/app/services/customer.service.ts index f83b141..2a22baf 100644 --- a/src/app/services/customer.service.ts +++ b/src/app/services/customer.service.ts @@ -7,8 +7,8 @@ import {Observable} from 'rxjs'; providedIn: 'root', }) export class CustomerService { - baseApi = "http://localhost:8080/api/customers"; - // baseApi = "https://api.melvanveen.nl/api/customers"; + // baseApi = "http://localhost:8080/api/customers"; + baseApi = "https://api.melvanveen.nl/api/customers"; constructor(private http: HttpClient) {