Finished enqueue site
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using SpotiParty.Web.Components;
|
||||
using SpotiParty.Web.Services;
|
||||
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
@@ -8,6 +9,8 @@ builder.Services.AddRazorComponents()
|
||||
|
||||
builder.AddServiceDefaults();
|
||||
|
||||
builder.Services.AddSingleton<AuthorizationHandler>();
|
||||
|
||||
var app = builder.Build();
|
||||
|
||||
// Configure the HTTP request pipeline.
|
||||
|
||||
Reference in New Issue
Block a user