updates app.js
This commit is contained in:
parent
534ec00990
commit
510628b1f6
|
@ -21,7 +21,7 @@ async function loadClasses() {
|
||||||
|
|
||||||
// Iterowanie po wszystkich klasach i wczytywanie plików z danymi uczniów
|
// Iterowanie po wszystkich klasach i wczytywanie plików z danymi uczniów
|
||||||
for (const classInfo of classes) {
|
for (const classInfo of classes) {
|
||||||
const studentsFilePath = classInfo.file_path;
|
const studentsFilePath = '/data/'+ classInfo.file_path;
|
||||||
const studentsData = await fetchJSONFile(studentsFilePath);
|
const studentsData = await fetchJSONFile(studentsFilePath);
|
||||||
|
|
||||||
if (studentsData) {
|
if (studentsData) {
|
||||||
|
|
Loading…
Reference in New Issue