Logging
All checks were successful
Build & Deploy PLDpro.Web Test to 192.168.1.100 / build-and-deploy (push) Successful in 1m14s
All checks were successful
Build & Deploy PLDpro.Web Test to 192.168.1.100 / build-and-deploy (push) Successful in 1m14s
This commit is contained in:
@@ -26,6 +26,8 @@ builder.Services.AddMudServices();
|
||||
builder.Services.AddRazorComponents()
|
||||
.AddInteractiveServerComponents();
|
||||
|
||||
builder.Services.AddServerSideBlazor()
|
||||
.AddCircuitOptions(options => options.DetailedErrors = true);
|
||||
|
||||
// HttpClient-Fabrik für serverseitige Komponenten
|
||||
builder.Services.AddHttpClient();
|
||||
@@ -175,8 +177,6 @@ storage.MapGet("/buckets/{bucket}/files/{fileName}/download", async (
|
||||
return Results.File(stream, contentType, fileName, enableRangeProcessing: true);
|
||||
});
|
||||
|
||||
builder.Services.AddServerSideBlazor()
|
||||
.AddCircuitOptions(options => options.DetailedErrors = true);
|
||||
|
||||
|
||||
app.Run();
|
||||
|
||||
Reference in New Issue
Block a user