From 19926dc9aa34c5edc24f97e6937a36daa0e5af69 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 22 Dec 2022 07:56:56 +0000 Subject: [PATCH] Adjust Comments - STATIC NOT WORKING --- app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app.js b/app.js index d188421..8764d2d 100644 --- a/app.js +++ b/app.js @@ -4,8 +4,11 @@ // licensed separately, each folder contains a license file where a // different license applies. +// External Requires const express = require('express'); const app = express(); + +// Internal Requires const version = require('./src/configs/version.configs'); const testRtr = require('./src/routes/test.routes'); const listRtr = require('./src/routes/list.routes');