平安校园
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Program.cs 242 B

2 months ago
12345
  1. //Console.WriteLine("简单之名,非凡之质——稳定、灵活、高效,实力不需夸耀。");
  2. Serve.Run(RunOptions.Default.ConfigureBuilder(builder =>
  3. {
  4. builder.WebHost.UseUrls(builder.Configuration["AppSettings:Urls"]);
  5. }));