구매 0 달러단가 넣기 전 백업
This commit is contained in:
@@ -142,10 +142,13 @@ namespace Project
|
||||
{
|
||||
WebApp.Start<OWIN.Startup>(url: "http://127.0.0.1:9000");
|
||||
Console.WriteLine("start webapp");
|
||||
Pub.log.AddI("웹지원 서버 준비 완료");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
//Util.MsgE("Web Interface Error\r\n" + ex.Message)/;
|
||||
Console.WriteLine(ex.Message);
|
||||
Pub.log.AddE("웹지원오류" + ex.Message);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user