李昊 4 år sedan
förälder
incheckning
e36469f8e6
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. 6 0
      gx_api/GxPress/Api/GxPress.Api/Startup.cs

+ 6 - 0
gx_api/GxPress/Api/GxPress.Api/Startup.cs

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