wulf-pulse/app
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
..
addigy-devices Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
addigy-mappings Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
admin feat: add scheduled sync system with admin UI 2026-01-26 10:24:58 -05:00
api fix: update API route params for Next.js 15+ async params 2026-01-26 10:31:46 -05:00
auvik-mappings Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
config-enrichment-test Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
configuration-items Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
dashboard Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
rmm-mappings Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
setup Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
favicon.ico Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
globals.css Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
layout.tsx Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
page.tsx Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00