C-Lelievre

Results 1 comments of C-Lelievre

Hey I fixed this issue by going into src/app/people.service.ts and in the getAll() method adding a / after people. i.e line 25 ``.get(`${this.baseUrl}/people`, { headers: this.getHeaders()})`` becomes ``.get(`${this.baseUrl}/people/`, { headers:...