I have a simple Angular 9 function that returns an observable ...
getItems(): Observable { let api = `${this.endpoint}/items`;