We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2044cc8 commit cee7c00Copy full SHA for cee7c00
1 file changed
Quick_ACG/Program.cs
@@ -28,11 +28,11 @@ public static IWebHostBuilder CreateWebHostBuilder(string[] args)
28
{
29
path = Path.GetFullPath(@"..\\launcher-csharp\\appsettings.json");
30
}
31
-
+
32
33
config.AddJsonFile(path,
34
- optional: false,
35
- reloadOnChange: true);
+ optional: false,
+ reloadOnChange: true);
36
});
37
return builder;
38
0 commit comments