1
0
This commit is contained in:
MarcEricMartel 2023-11-15 12:33:29 -05:00
parent 1d245662b6
commit 336333132c

View File

@ -11,7 +11,6 @@ builder.AddServiceDefaults();
builder.Services.AddRazorComponents() builder.Services.AddRazorComponents()
.AddInteractiveServerComponents(); .AddInteractiveServerComponents();
builder.AddRedisOutputCache("cache"); builder.AddRedisOutputCache("cache");
//builder.AddKeyedRabbitMQ("mq");
builder.Services.AddScoped<CanvasService>(); builder.Services.AddScoped<CanvasService>();