Update remove message response

This commit is contained in:
Mikołaj Pich 2020-03-27 00:56:34 +01:00
parent 6785576e9e
commit 4cb55b1c7e

View file

@ -151,8 +151,7 @@ router.all("/Wiadomosc.mvc/GetTrescWiadomosci", (req, res) => {
router.all("/Wiadomosc.mvc/UsunWiadomosc", (req, res) => {
res.json({
"status": true,
"data": null
"status": true
})
});