필요없는 주석 제거
This commit is contained in:
parent
64c8e7f8a4
commit
66ca07176a
|
|
@ -8,7 +8,6 @@ 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