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 = "";