maj countries + cover annuaire details
Some checks failed
Build and Push App / build (push) Failing after 53m38s

This commit is contained in:
2026-04-23 13:23:03 +02:00
parent 12e48a738c
commit 33ec11d6db
6 changed files with 348 additions and 7 deletions

View File

@@ -66,6 +66,9 @@ export async function POST(request: NextRequest) {
city: data.city || "",
description: data.description || "",
logoUrl: data.logoUrl || "https://picsum.photos/200/200?random=default",
coverUrl: data.coverUrl || null,
coverPosition: data.coverPosition || "50% 50%",
coverZoom: data.coverZoom ? parseFloat(data.coverZoom) : 1.0,
videoUrl: data.videoUrl || null,
contactEmail: data.contactEmail || "",
contactPhone: data.contactPhone || null,