lcl 2 weeks ago
parent
commit
721b9329fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Program.cs

+ 1 - 1
Program.cs

@@ -108,6 +108,6 @@ app.MapControllers();
 
 app.Urls.Add("http://*:5049");
 
-HaoDaHelper.Instance.Start();
+HaoDaHelper.Instance.Start(); 
 
 app.Run();