lcl 5 달 전
부모
커밋
721b9329fa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();