Accès pour les partenaires uniquement

Espace Entreprise

Mon entreprise Publier une offre
.espace-entreprise { display: flex; margin-bottom: 3rem; } // Fonction pour récupérer l'entreprise via l'API function getEntreprise() { fetch('/api/spot/entreprise') .then(response => response.json()) // Convertir la réponse en JSON .then(data => { // Vérifier si l'entreprise a été retournée