Add missing class in SzkolaINauczyciele.mvc/Get
This commit is contained in:
parent
dbb73fa549
commit
8f751161b1
1 changed files with 2 additions and 1 deletions
|
@ -746,7 +746,8 @@ router.all("/SzkolaINauczyciele.mvc/Get", (req, res) => {
|
|||
"Nauczyciel": `${teacher.Imie} ${teacher.Nazwisko} [${teacher.Kod}]`,
|
||||
"Id": 0
|
||||
};
|
||||
})
|
||||
}),
|
||||
"Klasa": "Klasa 8A"
|
||||
},
|
||||
"success": true
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue