From ef4c533ebacc2cdc97e518f30e9a9350004fcdfb Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 28 Apr 2025 02:13:30 +0000 Subject: ~20250428 작업사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/sedp/sync-projects.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lib/sedp/sync-projects.ts') diff --git a/lib/sedp/sync-projects.ts b/lib/sedp/sync-projects.ts index 1094b55f..0f5ed2a8 100644 --- a/lib/sedp/sync-projects.ts +++ b/lib/sedp/sync-projects.ts @@ -38,15 +38,12 @@ async function getProjects(): Promise { const response = await fetch( `${SEDP_API_BASE_URL}/Project/Get`, { - method: 'POST', + method: 'GET', headers: { 'Content-Type': 'application/json', 'accept': '*/*', 'ApiKey': apiKey - }, - body: JSON.stringify({ - ContainDeleted: true - }) + } } ); -- cgit v1.2.3