test update

This commit is contained in:
김판돌 2024-02-16 23:20:57 +09:00
parent de0071a863
commit e0be7674c6
2 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@
</targets> </targets>
<rules> <rules>
<logger name="*" minlevel="${configsetting:logLevel}" writeTo="logfile" /> <logger name="*" minlevel="Trace" writeTo="logfile" />
<logger name="*" minlevel="${configsetting:logLevel}" writeTo="console" /> <logger name="*" minlevel="${configsetting:logLevel}" writeTo="console" />
</rules> </rules>
</nlog> </nlog>

View File

@ -15,13 +15,13 @@ ProtocolProcessor.Init();
//깃 웹훅 초기화 //깃 웹훅 초기화
GItWebhook.Init(); GItWebhook.Init();
////http용 데이터 //http용 데이터
//app.MapPost("/", ProtocolProcessor.Process); app.MapPost("/", ProtocolProcessor.Process);
////git 접근용 웹훅 //git 접근용 웹훅
//app.MapPost("/git", GItWebhook.Process); app.MapPost("/git", GItWebhook.Process);
////app.MapPost("/update", GItWebhook.Process); //app.MapPost("/update", GItWebhook.Process);
//#if DEBUG //#if DEBUG
//app.MapGet("/spin", Spin.Main); //app.MapGet("/spin", Spin.Main);