Browse Source

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

Book Pauk 5 years ago
parent
commit
4cccb56ee3
1 changed files with 1 additions and 1 deletions
  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);
     }