서버 작업내역 커밋
This commit is contained in:
parent
0661e27e84
commit
40e7008165
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue