From 8e872d4d93b8723859458fc097e481c2d0c03817 Mon Sep 17 00:00:00 2001 From: Julien Le Coupanec Date: Wed, 21 Feb 2018 22:04:33 +0100 Subject: [PATCH] Feathers: application architecture mistake --- backend/feathers.js | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/feathers.js b/backend/feathers.js index 9a3e0c2..fb72c45 100644 --- a/backend/feathers.js +++ b/backend/feathers.js @@ -679,7 +679,6 @@ app.service('messages').find({ // │ ├── index.js # is used to load and start the application // │ ├── app.js # configures our Feathers application // │ ├── app.hooks.js # contains hooks which that run for all services -// │ ├── app.test.js # tests file // │ └── channels.js # set up Feathers event channels // │ // ├── .editorconfig # helps developers define and maintain consistent coding styles