summaryrefslogtreecommitdiff
path: root/app/api/sync/batches/route.ts
diff options
context:
space:
mode:
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"