Browse Source

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

Book Pauk 5 năm trước cách đây
mục cha
commit
4cccb56ee3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server/controllers/WebSocketController.js

+ 1 - 1
server/controllers/WebSocketController.js

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