비동기 메서드 잘못된 사용으로 인한 롤백
This commit is contained in:
parent
fc28b9fd0d
commit
f70cc6a18c
|
@ -12,7 +12,7 @@ namespace Server.System
|
|||
private static AbstractGit git;
|
||||
public static ErrorResp successResp;
|
||||
|
||||
public static async Task<string> Process(HttpContext context)
|
||||
public static string Process(HttpContext context)
|
||||
{
|
||||
string Response;
|
||||
try
|
||||
|
|
|
@ -31,7 +31,7 @@ namespace Server.System {
|
|||
logger.Info("Server Start");
|
||||
}
|
||||
|
||||
public static async Task<string> Process(HttpContext context) {
|
||||
public static string Process(HttpContext context) {
|
||||
AbstractService abstractService;
|
||||
|
||||
string Response = "";
|
||||
|
|
Loading…
Reference in New Issue