ublo-lib 1.8.6 → 1.8.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -129,7 +129,7 @@ const Levels = ({
|
|
|
129
129
|
const acc = await promiseAcc;
|
|
130
130
|
const code = level.name in LEVELS && LEVELS[level.name];
|
|
131
131
|
if (code) {
|
|
132
|
-
const endpoint = `https://services.msem.tech/api/esf-wiki/${levelLang}/
|
|
132
|
+
const endpoint = `https://services.msem.tech/api/esf-wiki/${levelLang}/fiche/${code}`;
|
|
133
133
|
const result = await fetch(endpoint);
|
|
134
134
|
const json = await result.json();
|
|
135
135
|
return {
|