Add missing class in SzkolaINauczyciele.mvc/Get

This commit is contained in:
Kacper Ziubryniewicz 2019-04-03 18:53:25 +02:00
parent dbb73fa549
commit 8f751161b1

View file

@ -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
});