veenm-patch-1 #1

Merged
veenm merged 3 commits from veenm-patch-1 into main 2025-03-12 09:10:13 +00:00
Showing only changes of commit 49c5d804b0 - Show all commits

View File

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