diff --git a/backend/src/app/api/profile/[id]/info/route.ts b/backend/src/app/api/profile/[id]/info/route.ts index 97c53ca..3799ff6 100644 --- a/backend/src/app/api/profile/[id]/info/route.ts +++ b/backend/src/app/api/profile/[id]/info/route.ts @@ -18,6 +18,8 @@ export async function GET(request: NextRequest, { params }: { params: Promise<{ image: true, description: true, createdAt: true, + updatedAt: true, + imageUpdatedAt: true, _count: { select: { likes: true,