maj pricing, configuration du prisma
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
|
||||
"/api/entities/route": "app/api/entities/route.js",
|
||||
"/api/projects/[id]/route": "app/api/projects/[id]/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",
|
||||
"/project/[id]/page": "app/project/[id]/page.js",
|
||||
"/project/[id]/world/page": "app/project/[id]/world/page.js"
|
||||
"/profile/page": "app/profile/page.js",
|
||||
"/signup/page": "app/signup/page.js"
|
||||
}
|
||||
Reference in New Issue
Block a user