wulf-pulse/app/api/sync
root bac9797845 fix: update API route params for Next.js 15+ async params
Next.js 15+ changed dynamic route params to be async Promises.
Updated all schedule API routes to await params before accessing id.

Changes:
- GET /api/sync/schedules/[id] - await params
- PATCH /api/sync/schedules/[id] - await params
- DELETE /api/sync/schedules/[id] - await params
- POST /api/sync/schedules/[id]/trigger - await params

This fixes TypeScript compilation errors during Docker build.
2026-01-26 10:31:46 -05:00
..
entity Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
full Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
history feat: add tabs to sync page and fix pagination 2026-01-24 07:57:09 -05:00
incremental Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
last-sync Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
progress Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
schedules fix: update API route params for Next.js 15+ async params 2026-01-26 10:31:46 -05:00
status Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
tickets-chunked Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00