Update /Statystyki.mvc/GetPunkty endpoint
This commit is contained in:
parent
f5a7f6e506
commit
1b62d3e77d
1 changed files with 4 additions and 1 deletions
|
@ -717,7 +717,10 @@ router.all("/Statystyki.mvc/GetOcenyRoczne", (req, res) => {
|
|||
|
||||
router.all("/Statystyki.mvc/GetPunkty", (req, res) => {
|
||||
res.json({
|
||||
"data": require("../../data/opiekun/oceny-statystyki-punkty"),
|
||||
"data": {
|
||||
"TableContent": "<table><thead><tr><th>Przedmiot</th><th>Uczeń</th><th>Średnia klasy</th></tr></thead><tbody></tbody></table>",
|
||||
"Items": require("../../data/opiekun/oceny-statystyki-punkty")
|
||||
},
|
||||
"success": true
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue