add: .next
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user