Skip to content

Commit cee7c00

Browse files
committed
trigger ci
1 parent 2044cc8 commit cee7c00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Quick_ACG/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ public static IWebHostBuilder CreateWebHostBuilder(string[] args)
2828
{
2929
path = Path.GetFullPath(@"..\\launcher-csharp\\appsettings.json");
3030
}
31-
31+
3232

3333
config.AddJsonFile(path,
34-
optional: false,
35-
reloadOnChange: true);
34+
optional: false,
35+
reloadOnChange: true);
3636
});
3737
return builder;
3838
}

0 commit comments

Comments
 (0)