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');