From 151b6f319b298421b1dc24bf9583e4779dc1581e Mon Sep 17 00:00:00 2001 From: David Ekete <88355936+davidekete@users.noreply.github.com> Date: Thu, 18 May 2023 12:39:54 +0100 Subject: [PATCH] Update route-controller-service-structure-for-expressjs.md Fixed formatting error for "Controllers" and "Services" by replacing the bold asterisk (\**el**\) with the HTML strong tag (\\) --- .../route-controller-service-structure-for-expressjs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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