Поправил комментарий

This commit is contained in:
Book Pauk
2020-01-22 20:15:33 +07:00
parent 3199af570d
commit 4cccb56ee3

View File

@@ -65,7 +65,7 @@ class WebSocketController {
} }
} }
//Actions //Actions ------------------------------------------------------------------
async test(req, ws) { async test(req, ws) {
this.send({message: 'Liberama project is awesome'}, req, ws); this.send({message: 'Liberama project is awesome'}, req, ws);
} }