35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"/_global-error/page": "/_global-error",
|
|
"/_not-found/page": "/_not-found",
|
|
"/api/ai/generate/route": "/api/ai/generate",
|
|
"/api/ai/transform/route": "/api/ai/transform",
|
|
"/api/auth/[...nextauth]/route": "/api/auth/[...nextauth]",
|
|
"/api/auth/register/route": "/api/auth/register",
|
|
"/api/chapters/[id]/route": "/api/chapters/[id]",
|
|
"/api/chapters/route": "/api/chapters",
|
|
"/api/entities/[id]/route": "/api/entities/[id]",
|
|
"/api/entities/route": "/api/entities",
|
|
"/api/ideas/[id]/route": "/api/ideas/[id]",
|
|
"/api/ideas/route": "/api/ideas",
|
|
"/api/plans/route": "/api/plans",
|
|
"/api/projects/[id]/route": "/api/projects/[id]",
|
|
"/api/projects/[id]/workflow/route": "/api/projects/[id]/workflow",
|
|
"/api/projects/route": "/api/projects",
|
|
"/api/user/profile/route": "/api/user/profile",
|
|
"/cgu/page": "/cgu",
|
|
"/cgv/page": "/cgv",
|
|
"/checkout/page": "/checkout",
|
|
"/dashboard/page": "/dashboard",
|
|
"/features/page": "/features",
|
|
"/login/page": "/login",
|
|
"/page": "/",
|
|
"/pricing/page": "/pricing",
|
|
"/profile/page": "/profile",
|
|
"/project/[id]/ideas/page": "/project/[id]/ideas",
|
|
"/project/[id]/page": "/project/[id]",
|
|
"/project/[id]/settings/page": "/project/[id]/settings",
|
|
"/project/[id]/workflow/page": "/project/[id]/workflow",
|
|
"/project/[id]/world/page": "/project/[id]/world",
|
|
"/signup/page": "/signup",
|
|
"/sitemap/page": "/sitemap"
|
|
} |