diff --git a/website/eval-liasses.qmd b/website/eval-liasses.qmd index 1191b01..d49de24 100644 --- a/website/eval-liasses.qmd +++ b/website/eval-liasses.qmd @@ -360,7 +360,7 @@ count_errors = valueCounts( ```{ojs} async function queryBatchApi(username, password, data) { - const url = "https://codification-ape.lab.sspcloud.fr/evaluation"; + const url = "https://codification-ape-test.lab.sspcloud.fr/evaluation"; // Create the request body const request_body = data.reduce((acc, obj) => {