ProductList
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Bimix.UI.Shared;
|
||||
using Bimix.UI.Shared.Extensions;
|
||||
using Bimix.UI.Web.Components;
|
||||
using MudBlazor.Services;
|
||||
|
||||
@@ -7,10 +8,9 @@ var builder = WebApplication.CreateBuilder(args);
|
||||
builder.Services.AddRazorComponents()
|
||||
.AddInteractiveServerComponents();
|
||||
builder.Services.AddMudServices();
|
||||
builder.Services.AddHttpClient("BimixAPI", client =>
|
||||
{
|
||||
client.BaseAddress = new Uri("https://localhost:7071");
|
||||
});
|
||||
|
||||
builder.Services.AddSharedServices("http://localhost:7142");
|
||||
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user