Update remove message response
This commit is contained in:
parent
6785576e9e
commit
4cb55b1c7e
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
})
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue