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>
<rules>
<logger name="*" minlevel="${configsetting:logLevel}" writeTo="logfile" />
<logger name="*" minlevel="Trace" writeTo="logfile" />
<logger name="*" minlevel="${configsetting:logLevel}" writeTo="console" />
</rules>
</nlog>

View File

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