diff options
Diffstat (limited to 'app/api/sync/import/status/route.ts')
| -rw-r--r-- | app/api/sync/import/status/route.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/api/sync/import/status/route.ts b/app/api/sync/import/status/route.ts index ddebcd19..1ee93851 100644 --- a/app/api/sync/import/status/route.ts +++ b/app/api/sync/import/status/route.ts @@ -14,6 +14,8 @@ export async function GET(request: NextRequest) { } const { searchParams } = new URL(request.url) + + // 프로젝트 아이디 받아서 dolce api 조회시 사용 const projectId = searchParams.get('projectId') const sourceSystem = searchParams.get('sourceSystem') || 'DOLCE' |
