Feathers: application architecture mistake

This commit is contained in:
Julien Le Coupanec 2018-02-21 22:04:33 +01:00
parent 6c299e00ec
commit 8e872d4d93
1 changed files with 0 additions and 1 deletions

View File

@ -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