maj countries + cover annuaire details
Some checks failed
Build and Push App / build (push) Failing after 53m38s
Some checks failed
Build and Push App / build (push) Failing after 53m38s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user