李昊 4 년 전
부모
커밋
81579e7955
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      gx_api/GxPress/Api/GxPress.Api/Startup.cs

+ 2 - 1
gx_api/GxPress/Api/GxPress.Api/Startup.cs

@@ -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
             {