Files
cirux/.next/app-path-routes-manifest.json
T
2026-06-03 15:08:40 -05:00

18 lines
780 B
JSON

{
"/_not-found/page": "/_not-found",
"/api/health/route": "/api/health",
"/api/v1/appointment-logic/route": "/api/v1/appointment-logic",
"/api/v1/send-message/route": "/api/v1/send-message",
"/api/v1/evolution-webhook/route": "/api/v1/evolution-webhook",
"/icon.png/route": "/icon.png",
"/login/page": "/login",
"/page": "/",
"/dashboard/appointments/page": "/dashboard/appointments",
"/dashboard/calendar/page": "/dashboard/calendar",
"/dashboard/notifications/page": "/dashboard/notifications",
"/dashboard/patients/page": "/dashboard/patients",
"/dashboard/procedures/page": "/dashboard/procedures",
"/dashboard/settings/page": "/dashboard/settings",
"/dashboard/patients/[id]/page": "/dashboard/patients/[id]",
"/dashboard/page": "/dashboard"
}