readd wwwroot
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
using Blazored.LocalStorage;
|
||||
using HealthcareManagerUI;
|
||||
using HealthcareManagerUI.Services.Authentication;
|
||||
using HealthcareManagerUI.Services.Http;
|
||||
using HealthcareManagerUI.Services.TokenService;
|
||||
using AuthenticationService = Microsoft.AspNetCore.Authentication.AuthenticationService;
|
||||
using IAuthenticationService = Microsoft.AspNetCore.Authentication.IAuthenticationService;
|
||||
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
@@ -18,7 +17,7 @@ builder.Services.AddScoped<IRequestHttpService>(provider =>
|
||||
});
|
||||
builder.Services.AddScoped<IAuthenticationService, AuthenticationService>();
|
||||
builder.Services.AddBlazoredLocalStorage();
|
||||
builder.Services.AddScoped<ITokenService, TokenService>();
|
||||
//builder.Services.AddScoped<ITokenService, TokenService>();
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user