Skip to content

site #2

Description

@Rochonc

async function charger(){

const rep = await fetch("/api/sondages");

const sondages = await rep.json();

const liste =
document.getElementById("liste");

sondages.forEach(s=>{

liste.innerHTML += `

`;

});

}

charger();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions