diff --git a/docs/nodejs/route-controller-service-structure-for-expressjs.md b/docs/nodejs/route-controller-service-structure-for-expressjs.md index daff383c..24229d4f 100644 --- a/docs/nodejs/route-controller-service-structure-for-expressjs.md +++ b/docs/nodejs/route-controller-service-structure-for-expressjs.md @@ -34,12 +34,12 @@ For modular code structure the logic should be divided into these directories an > -
**Controllers** - The controllers handles all the logic behind validating +
Controllers - The controllers handles all the logic behind validating request parameters, query, Sending Responses with correct codes.
> -**Services** - The services contains the database queries and returning +
Services - The services contains the database queries and returning objects or throwing errors