|
@@ -122,13 +122,13 @@ namespace GxPress.Api
|
|
|
{
|
|
|
FileProvider = new PhysicalFileProvider(
|
|
|
Path.Combine(Directory.GetCurrentDirectory(), "wwwroot")),
|
|
|
- RequestPath = "/MyImages"
|
|
|
+ RequestPath = "/wwwroot"
|
|
|
});
|
|
|
app.UseDirectoryBrowser(new DirectoryBrowserOptions
|
|
|
{
|
|
|
FileProvider = new PhysicalFileProvider(
|
|
|
Path.Combine(Directory.GetCurrentDirectory(), "wwwroot")),
|
|
|
- RequestPath = "/MyImages"
|
|
|
+ RequestPath = "/wwwroot"
|
|
|
});
|
|
|
app.UseCors("AllowAny");
|
|
|
app.UseSwashbuckle();
|