summaryrefslogtreecommitdiff
path: root/app/api/sync/batches/route.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-10-01 10:31:23 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-10-01 10:31:23 +0000
commit74843fe598702a9a55f914f2d2d291368a5abb13 (patch)
treea88abdaf039f51dd843e0416321f08877b17ea75 /app/api/sync/batches/route.ts
parent33e8452331c301430191b3506825ebaf3edac93a (diff)
(대표님) dolce 수정, spreadjs 수정 등
Diffstat (limited to 'app/api/sync/batches/route.ts')
-rw-r--r--app/api/sync/batches/route.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/api/sync/batches/route.ts b/app/api/sync/batches/route.ts
index 1f37d6e6..66a0ab90 100644
--- a/app/api/sync/batches/route.ts
+++ b/app/api/sync/batches/route.ts
@@ -1,3 +1,5 @@
+//api/sync/batches/route.ts
+
import { syncService } from "@/lib/vendor-document-list/sync-service"
import { NextRequest, NextResponse } from "next/server"