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