9 lines
424 B
JSON
9 lines
424 B
JSON
{
|
|
"/_not-found/page": "app/_not-found/page.js",
|
|
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
|
|
"/api/trees/[treeId]/activity-logs/route": "app/api/trees/[treeId]/activity-logs/route.js",
|
|
"/api/trees/[treeId]/members/route": "app/api/trees/[treeId]/members/route.js",
|
|
"/api/trees/route": "app/api/trees/route.js",
|
|
"/auth/signin/page": "app/auth/signin/page.js",
|
|
"/page": "app/page.js"
|
|
} |