Closed awdorrin closed 2 months ago
Disregard - it has been a long day. I just realized I was trying to call like
this.http.get<any>('/api/userscontroller').subscribe(...
when I should have been doing:
this.http.get<any>('/api/users').subscribe(...
I must be missing something, but only the weatherforecast controller works for me. Another controller I added UsersController is returning the index.html content.