From f70cc6a18cad8f04959f233212585bc1d1445933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=8C=90=EB=8F=8C?= Date: Tue, 27 Aug 2024 19:07:03 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EB=8F=99=EA=B8=B0=20=EB=A9=94?= =?UTF-8?q?=EC=84=9C=EB=93=9C=20=EC=9E=98=EB=AA=BB=EB=90=9C=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=EC=9C=BC=EB=A1=9C=20=EC=9D=B8=ED=95=9C=20=EB=A1=A4?= =?UTF-8?q?=EB=B0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/System/GItWebhook.cs | 2 +- Server/System/SystemMain.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/System/GItWebhook.cs b/Server/System/GItWebhook.cs index b29ccb9..1deffc9 100644 --- a/Server/System/GItWebhook.cs +++ b/Server/System/GItWebhook.cs @@ -12,7 +12,7 @@ namespace Server.System private static AbstractGit git; public static ErrorResp successResp; - public static async Task Process(HttpContext context) + public static string Process(HttpContext context) { string Response; try diff --git a/Server/System/SystemMain.cs b/Server/System/SystemMain.cs index b7451cb..6d290b4 100644 --- a/Server/System/SystemMain.cs +++ b/Server/System/SystemMain.cs @@ -31,7 +31,7 @@ namespace Server.System { logger.Info("Server Start"); } - public static async Task Process(HttpContext context) { + public static string Process(HttpContext context) { AbstractService abstractService; string Response = "";