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
|
||||
for (const classInfo of classes) {
|
||||
const studentsFilePath = classInfo.file_path;
|
||||
const studentsFilePath = '/data/'+ classInfo.file_path;
|
||||
const studentsData = await fetchJSONFile(studentsFilePath);
|
||||
|
||||
if (studentsData) {
|
||||
|
|
Loading…
Reference in New Issue