fix typo difficulte

front
Gwenael PLANCHON 1 year ago
parent e390b9568e
commit a231124a26

@ -16,7 +16,7 @@ export class Difficultes extends PagedDataObject{
if(size>0){
params+=`&size=${size}`
}
const response = await fetch(`${REST_API}/Difficultes?page=${pageNb}${params}`)
const response = await fetch(`${REST_API}/difficultes?page=${pageNb}${params}`)
return new this(await response.json())
}
}

Loading…
Cancel
Save