[성현모] 로그 추가
This commit is contained in:
@ -23,6 +23,7 @@ namespace KmsProxy
|
||||
|
||||
public static async Task<RESPONSE> PostAsync<REQUEST, RESPONSE>(string Url, REQUEST body) where REQUEST : class where RESPONSE : class
|
||||
{
|
||||
Console.WriteLine(Url);
|
||||
try
|
||||
{
|
||||
if (body != null)
|
||||
|
||||
Reference in New Issue
Block a user