Skip to content

Commit

Permalink
Update eval-liasses.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFaria authored Mar 13, 2024
1 parent d6b4388 commit 3d032b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/eval-liasses.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 3d032b8

Please sign in to comment.