js-data-examples icon indicating copy to clipboard operation
js-data-examples copied to clipboard

Architectural confuse

Open Piterden opened this issue 7 years ago • 0 comments

This is the controller with the routing: https://github.com/js-data/js-data-examples/blob/master/server/sql/app/app.js#L103-L169

And what you do have inside your controllers is actually the Repository.

Also, {any}Service should be called {any}Model, excepting the messageService.

Piterden avatar Mar 07 '18 01:03 Piterden