add: .next

This commit is contained in:
2026-06-03 15:08:40 -05:00
parent 926e7606f3
commit 9c760a6126
2250 changed files with 646094 additions and 9 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"/_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"
}