서버 작업내역 커밋

This commit is contained in:
김민서 2023-12-06 17:26:12 +09:00
parent 0661e27e84
commit 40e7008165
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ var app = builder.Build();
ProtocolProcessor.Init(); ProtocolProcessor.Init();
//깃 웹훅 초기화 //깃 웹훅 초기화
GItWebhook.Init(); GItWebhook.Init();
//오늘 도저히 못하것다 바다체우기용 커밋
//http용 데이터 //http용 데이터
app.MapPost("/", ProtocolProcessor.Process); app.MapPost("/", ProtocolProcessor.Process);