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