李昊 пре 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
             {