10 lines
406 B
JSON
10 lines
406 B
JSON
{
|
|
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
|
|
"/api/auth/register/route": "app/api/auth/register/route.js",
|
|
"/api/projects/route": "app/api/projects/route.js",
|
|
"/api/user/profile/route": "app/api/user/profile/route.js",
|
|
"/dashboard/page": "app/dashboard/page.js",
|
|
"/login/page": "app/login/page.js",
|
|
"/page": "app/page.js",
|
|
"/signup/page": "app/signup/page.js"
|
|
} |