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