HttpClient is not being registered
I can confirm that the client.BaseAddress is correct.
For some reason the HttpClient is not getting registered in my AdminService. The base address is coming up null.
I do have the IAdminService scoped to both my client and server side apps. Not sure if that would be a problem (I am doing this, since when I wasn't my app just wouldn't work)
For some reason the HttpClient is not getting registered in my AdminService. The base address is coming up null.
I do have the IAdminService scoped to both my client and server side apps. Not sure if that would be a problem (I am doing this, since when I wasn't my app just wouldn't work)
