remote service support via Jwt
This commit is contained in:
@ -30,6 +30,7 @@ namespace Oqtane.Client
|
||||
var httpClient = new HttpClient {BaseAddress = new Uri(builder.HostEnvironment.BaseAddress)};
|
||||
|
||||
builder.Services.AddSingleton(httpClient);
|
||||
builder.Services.AddHttpClient("Remote");
|
||||
builder.Services.AddOptions();
|
||||
|
||||
// Register localization services
|
||||
|
Reference in New Issue
Block a user