|
@@ -127,7 +127,8 @@ namespace GxPress.Api
|
|
|
{
|
|
|
FileProvider = new PhysicalFileProvider(
|
|
|
Path.Combine(Directory.GetCurrentDirectory(), "wwwroot")),
|
|
|
- RequestPath = "/MyImages"
|
|
|
+ RequestPath = "/MyImages",
|
|
|
+ ContentTypeProvider = provider
|
|
|
});
|
|
|
app.UseDirectoryBrowser(new DirectoryBrowserOptions
|
|
|
{
|