make api
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 50s
Create and publish a Docker image / Deploy image (push) Successful in 33s

This commit is contained in:
Vitalick Kovalenko 2023-12-23 01:18:04 +03:00
parent 368648248c
commit 147124e00e

View File

@ -77,7 +77,7 @@ app.UseStaticFiles(new StaticFileOptions
{ {
FileProvider = new PhysicalFileProvider( FileProvider = new PhysicalFileProvider(
Path.Combine(builder.Environment.ContentRootPath, "cyber-boom-files")), Path.Combine(builder.Environment.ContentRootPath, "cyber-boom-files")),
RequestPath = "/cyber-boom-files" RequestPath = "/api/cyber-boom-files"
}); });
// Configure the HTTP request pipeline. // Configure the HTTP request pipeline.