李昊 4 年之前
父节点
当前提交
e36469f8e6
共有 1 个文件被更改,包括 6 次插入0 次删除
  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();