make api
This commit is contained in:
parent
368648248c
commit
147124e00e
@ -77,7 +77,7 @@ app.UseStaticFiles(new StaticFileOptions
|
||||
{
|
||||
FileProvider = new PhysicalFileProvider(
|
||||
Path.Combine(builder.Environment.ContentRootPath, "cyber-boom-files")),
|
||||
RequestPath = "/cyber-boom-files"
|
||||
RequestPath = "/api/cyber-boom-files"
|
||||
});
|
||||
|
||||
// Configure the HTTP request pipeline.
|
||||
|
Loading…
x
Reference in New Issue
Block a user