李昊 пре 4 година
родитељ
комит
8a59b239f6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gx_api/GxPress/Api/GxPress.Api/Startup.cs

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

@@ -127,7 +127,7 @@ namespace GxPress.Api
             {
                 FileProvider = new PhysicalFileProvider(
             Path.Combine(Directory.GetCurrentDirectory(), "wwwroot")),
-                RequestPath = "/MyImages",
+                RequestPath = "/",
                 ContentTypeProvider = provider
             });
             app.UseDirectoryBrowser(new DirectoryBrowserOptions